@@ -48,6 +48,7 @@ pub use external_deps::{c_build, cc, clang, htmldocck, llvm, python, rustc, rust
48
48
// These rely on external dependencies.
49
49
pub use cc:: { cc, cxx, extra_c_flags, extra_cxx_flags, Cc } ;
50
50
pub use c_build:: { build_native_dynamic_lib, build_native_static_lib, build_native_static_lib_optimized, build_native_static_lib_cxx} ;
51
+ pub use cargo:: cargo;
51
52
pub use clang:: { clang, Clang } ;
52
53
pub use htmldocck:: htmldocck;
53
54
pub use llvm:: {
@@ -56,7 +57,7 @@ pub use llvm::{
56
57
LlvmProfdata , LlvmReadobj ,
57
58
} ;
58
59
pub use python:: python_command;
59
- pub use rustc:: { aux_build, bare_rustc, rustc, Rustc } ;
60
+ pub use rustc:: { aux_build, bare_rustc, rustc, rustc_path , Rustc } ;
60
61
pub use rustdoc:: { bare_rustdoc, rustdoc, Rustdoc } ;
61
62
62
63
/// [`diff`][mod@diff] is implemented in terms of the [similar] library.
@@ -96,3 +97,4 @@ pub use assertion_helpers::{
96
97
pub use string:: {
97
98
count_regex_matches_in_files_with_extension, invalid_utf8_contains, invalid_utf8_not_contains,
98
99
} ;
100
+ use crate :: external_deps:: cargo;
0 commit comments