1
Fork 0

Replace mir_built query with a hook and use mir_const everywhere instead

This commit is contained in:
Oli Scherer 2024-03-19 10:17:15 +00:00
parent 91b87c4f45
commit 36728f1cdd
15 changed files with 56 additions and 73 deletions

View file

@ -65,7 +65,7 @@ const BASE_HIR: &[&str] = &[
const BASE_IMPL: &[&str] =
&[label_strs::associated_item_def_ids, label_strs::generics_of, label_strs::impl_trait_header];
/// DepNodes for mir_built/Optimized, which is relevant in "executable"
/// DepNodes for exported mir bodies, which is relevant in "executable"
/// code, i.e., functions+methods
const BASE_MIR: &[&str] = &[label_strs::optimized_mir, label_strs::promoted_mir];