Module rustc

Source

Re-exports§

pub use crate::state::*;

Structs§

TypeMap
A map that maps types to values in a generic manner: we store for each type T a value of type M::Value<T>.

Traits§

HasParamEnv
SExpect
SubstBinder
TypeMapper
Defines a mapping from types to types.

Functions§

get_closest_parent_type
Gets the closest ancestor of id that is the id of a type.
translate_span

Trait Aliases§

TypeMappable