Make impl_trait_ref into a query also returning more information about the impl
This commit is contained in:
parent
de4d615e6b
commit
916951efcc
9 changed files with 48 additions and 40 deletions
|
@ -63,7 +63,7 @@ const BASE_HIR: &[&str] = &[
|
|||
|
||||
/// `impl` implementation of struct/trait
|
||||
const BASE_IMPL: &[&str] =
|
||||
&[label_strs::associated_item_def_ids, label_strs::generics_of, label_strs::impl_trait_ref];
|
||||
&[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"
|
||||
/// code, i.e., functions+methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue