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§
- LldMode
- LLD in bootstrap works like this:
- Rust
Optimize
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
Rust
instance to make sure everyRust
field is covered and not missing. - format_
optimize_ 🔒error_ msg