pub(crate) fn with_bridge<R>( f: impl for<'tcx> FnOnce(&mut Tables<'tcx, BridgeTys>, &CompilerCtxt<'tcx, BridgeTys>) -> R, ) -> R
Loads the current context and calls a function with it. Do not nest these, as that will ICE.