We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69bdfe commit a407d60Copy full SHA for a407d60
src/librustc_interface/passes.rs
@@ -823,8 +823,6 @@ fn analysis(tcx: TyCtxt<'_>, cnum: CrateNum) -> Result<()> {
823
//
824
// maybe move the check to a MIR pass?
825
let local_def_id = tcx.hir().local_def_id(module);
826
-
827
- tcx.ensure().check_mod_liveness(local_def_id);
828
tcx.ensure().check_mod_intrinsics(local_def_id);
829
});
830
0 commit comments