Module check

Source
Expand description

Implementation of compiling the compiler and standard library, in “check”-based modes.

Macros§

tool_check_step 🔒

Structs§

Bootstrap
CargoMiri
Clippy
CodegenBackend
Checks a single codegen backend.
Compiletest
CoverageDump
FeaturesStatusDump
Linkchecker
Miri
MiroptTestTools
RunMakeSupport
RustAnalyzer
Rustc
Checks rustc using build_compiler and copies the built .rmeta files into the sysroot of build_compiler.
Rustdoc
Rustfmt
Std
TestFloatParse

Functions§

prepare_compiler_for_check 🔒
Prepares a compiler that will check something with the given mode.
run_tool_check_step 🔒
Used by the implementation of Step::run in tool_check_step!.