Re-exportsยง
pub use crate::code_stats::DataTypeKind;pub use crate::code_stats::FieldInfo;pub use crate::code_stats::FieldKind;pub use crate::code_stats::SizeKind;pub use crate::code_stats::VariantInfo;
Structsยง
- CompilerIO
 - Early
Diag Ctxt  - A wrapper around an 
DiagCtxtthat is used for early error emissions. - Limits
 - Lint
Group  - Session
 - Represents the data associated with a compilation session for a single crate.
 - Stable
Crate Id  - A 
StableCrateIdis a 64-bit hash of a crate name, together with all-Cmetadataarguments, and some other data. It is toCrateNumwhatDefPathHashis toDefId. It is stable across compilation sessions. 
Enumsยง
- Codegen
Units  - Ctfe
Backtrace  - The behavior of the CTFE engine when an error occurs with regards to backtraces.
 - Incr
Comp ๐Session  - Holds data on the current incremental compilation session, if there is one.
 
Traitsยง
Functionsยง
- build_
session  - default_
emitter ๐ - mk_
emitter ๐ - validate_
commandline_ ๐args_ with_ session_ available  - Validate command line arguments with a 
Session.