Replace mir_built
query with a hook and use mir_const everywhere instead
This commit is contained in:
parent
91b87c4f45
commit
36728f1cdd
15 changed files with 56 additions and 73 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue