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 3a84efd commit 267733bCopy full SHA for 267733b
src/librustc_interface/passes.rs
@@ -875,6 +875,7 @@ fn analysis(tcx: TyCtxt<'_>, cnum: CrateNum) -> Result<()> {
875
tcx.ensure().check_mod_loops(local_def_id);
876
tcx.ensure().check_mod_attrs(local_def_id);
877
tcx.ensure().check_mod_unstable_api_usage(local_def_id);
878
+ tcx.ensure().check_mod_const_bodies(local_def_id);
879
});
880
881
0 commit comments