Expand description
This module defines the Rust struct, which represents the [rust] table
in the bootstrap.toml configuration file.
Structsยง
- Optimize
Visitor ๐ - Rust
- TOML representation of how the Rust build is configured.
Enumsยง
- Bootstrap
Override Lld - Determines if we should override the linker used for linking Rust code built during the bootstrapping process to be LLD.
- Rust
Optimize
Constantsยง
Functionsยง
- check_
incompatible_ options_ for_ ci_ rustc - Compares the current Rust options against those in the CI rustc builder and detects any incompatible options.
It does this by destructuring the
Rustinstance to make sure everyRustfield is covered and not missing. - format_
optimize_ ๐error_ msg - parse_
codegen_ ๐backends