rustc_smir::rustc_internal

Function init

Source
pub(crate) fn init<'tcx, F, T>(tables: &TablesWrapper<'tcx>, f: F) -> T
where F: FnOnce() -> T,