Module compilation

Source
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.
UnitOutput
Information about the output of a unit.

Enumsยง

ToolKind ๐Ÿ”’
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 ๐Ÿ”’