Function rustc_middle::ty::context::tls::with[][src]

pub fn with<F, R>(f: F) -> R where
    F: for<'tcx> FnOnce(TyCtxt<'tcx>) -> R, 
Expand description

Allows access to the TyCtxt in the current ImplicitCtxt. Panics if there is no ImplicitCtxt available.