@@ -48,6 +48,7 @@ pub use external_deps::{c_build, cc, clang, htmldocck, llvm, python, rustc, rust
4848// These rely on external dependencies.
4949pub use cc:: { cc, cxx, extra_c_flags, extra_cxx_flags, Cc } ;
5050pub 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;
5152pub use clang:: { clang, Clang } ;
5253pub use htmldocck:: htmldocck;
5354pub use llvm:: {
@@ -56,7 +57,7 @@ pub use llvm::{
5657 LlvmProfdata , LlvmReadobj ,
5758} ;
5859pub 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 } ;
6061pub use rustdoc:: { bare_rustdoc, rustdoc, Rustdoc } ;
6162
6263/// [`diff`][mod@diff] is implemented in terms of the [similar] library.
@@ -96,3 +97,4 @@ pub use assertion_helpers::{
9697pub use string:: {
9798 count_regex_matches_in_files_with_extension, invalid_utf8_contains, invalid_utf8_not_contains,
9899} ;
100+ use crate :: external_deps:: cargo;
0 commit comments