Expand description
This crate contains simplified versions of some structures in rustc. The definitions in this module can be understood as the current supported subset of rust. As we implement more features we should be able to work directly on rustc’s structures.
Modules§
- const_
eval - lowering
- mir
- A simplified version of rust mir.
- ty
- A simplified version of rust types.
Statics§
- DEFAULT_
LOCALE_ RESOURCE - Raw content of Fluent resource for this crate, generated by
fluent_messages
macro, imported byrustc_driver
to include all crates’ resources in one bundle.