Structs§
- Rustc
- A
rustcinvocation builder.
Functions§
- bare_
rustc - Construct a plain
rustcinvocation with no flags set. Note thatset_host_compiler_dylib_pathstill presets the environment variableHOST_RUSTC_DYLIB_PATHby default. - rustc
- Construct a new
rustcinvocation. This will automatically set the library search path as-L cwd(). Usebare_rustcto avoid this. - rustc_
path - setup_
common 🔒 - sysroot
- Query the sysroot path corresponding
rustc --print=sysroot.