Function rustc_mir_transform::check_unsafety::check_unused_unsafe[][src]

fn check_unused_unsafe(
    tcx: TyCtxt<'_>,
    def_id: LocalDefId,
    used_unsafe: &FxHashSet<HirId>,
    unsafe_blocks: &mut Vec<(HirId, bool)>
)