Expand description
Implementation of compiling the compiler and standard library, in “check”-based modes.
Macros§
Structs§
- Bootstrap
- Cargo
Miri - Clippy
- 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.
- Coverage
Dump 🔒 - Check step for the
coverage-dump
bootstrap tool. The coverage-dump tool is used internally by coverage tests. - Features
Status Dump - Miri
- Miropt
Test Tools - RunMake
Support - Rust
Analyzer - Rustc
- Rustdoc
- Rustfmt
- Std
- Test
Float Parse
Functions§
- run_
tool_ 🔒check_ step - Used by the implementation of
Step::run
intool_check_step!
.