1
2
3
4
5
6
7
8
9
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>;