Skip to main content

rustc_type_ir/sty/
mod.rs

1/// This type is temporary and exists to cut down the bloat of further PR's
2/// moving `struct Ty` from `rustc_middle` to `rustc_type_ir`.
3pub type Ty<I> = <I as crate::interner::Interner>::Ty;