Function rustc_smir::rustc_internal::init

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