Get rid of HIR const checker
This commit is contained in:
parent
75703c1a78
commit
01ff36a6b9
38 changed files with 151 additions and 604 deletions
|
@ -828,7 +828,6 @@ fn run_required_analyses(tcx: TyCtxt<'_>) {
|
|||
tcx.ensure().check_mod_attrs(module);
|
||||
tcx.ensure().check_mod_naked_functions(module);
|
||||
tcx.ensure().check_mod_unstable_api_usage(module);
|
||||
tcx.ensure().check_mod_const_bodies(module);
|
||||
});
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue