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
Compiletest is implicitly “checked” when it gets built in order to run tests, so this is mainly for people working on compiletest to run locally.
CoverageDump
FeaturesStatusDump
Miri
MiroptTestTools
RunMakeSupport
RustAnalyzer
Checks Rust analyzer that links to .rmetas from a checked rustc.
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!.