Structs§
- Rustc
- A
rustc
invocation builder.
Functions§
- aux_
build - Construct a new
rustc
aux-build invocation. - bare_
rustc - Construct a plain
rustc
invocation with no flags set. Note thatset_host_compiler_dylib_path
still presets the environment variableHOST_RUSTC_DYLIB_PATH
by default. - rustc
- Construct a new
rustc
invocation. This will automatically set the library search path as-L cwd()
. Usebare_rustc
to avoid this. - rustc_
path - setup_
common 🔒 - sysroot
- Query the sysroot path corresponding
rustc --print=sysroot
.