Expand description
Type definitions for the result of a compilation.
Structs§
- Compilation
- A structure returning the result of a compilation.
- Doctest
- Structure with enough information to run
rustdoc --test
. - Unit
Output - Information about the output of a unit.
Enums§
- Tool
Kind 🔒 - Represents the kind of process we are creating.
Functions§
- fill_
rustc_ 🔒tool_ env - Prepares a
rustc_tool
process with additional environment variables that are only relevant in a context that has a unit - get_
sysroot_ 🔒target_ libdir - target_
linker 🔒 - Gets the user-specified linker for a particular host or target from the configuration.
- target_
runner 🔒