Rustc Key Data Structures
TyCtxt
struct serves as database for queries. The nameTyCtxt
is mostly for historical purpose. The lifetime with the name'tcx
means something is tied to the lifetime of theTyCtxt
.rustc_middle::ty::Ty
is the struct that represent Rust types