Modules§
- Check the bodies of
const
s,static
s andconst fn
s for illegal operations. - errors 🔒
- An interpreter for MIR used in CTFE and by miri
Statics§
rustc_driver::main
installs a handler that will set this totrue
if the compiler has been sent a request to shut down, such as by a Ctrl-C. This static lives here because it is only read by the interpreter.- Raw content of Fluent resource for this crate, generated by
fluent_messages
macro, imported byrustc_driver
to include all crates’ resources in one bundle.