Function rustc_utils::test_utils::compile_body
source ยท pub fn compile_body(
input: impl Into<String>,
callback: impl for<'tcx> FnOnce(TyCtxt<'tcx>, BodyId, &'tcx BodyWithBorrowckFacts<'tcx>) + Send
)
Available on crate feature
test
only.