blob: 0413cfa5a63c58aadc65913473547be533331937 [file] [log] [blame]
use rustc_hir::def_id::DefId;
use super::TyCtxt;
pub use rustc_type_ir::fast_reject::*;
pub type DeepRejectCtxt<'tcx> = rustc_type_ir::fast_reject::DeepRejectCtxt<TyCtxt<'tcx>>;
pub type SimplifiedType = rustc_type_ir::fast_reject::SimplifiedType<DefId>;