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ยง
- A wrapper around an
DiagCtxt
that is used for early error emissions. - New-type wrapper around
usize
for representing limits. Ensures that comparisons against limits are consistent throughout the compiler. - Optimization
Fuel ๐ - Represents the data associated with a compilation session for a single crate.
- A
StableCrateId
is a 64-bit hash of a crate name, together with all-Cmetadata
arguments, and some other data. It is toCrateNum
whatDefPathHash
is toDefId
. It is stable across compilation sessions.
Enumsยง
- 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ยง
- default_
emitter ๐ - mk_
emitter ๐ - Validate command line arguments with a
Session
.