Make impl_trait_ref into a query also returning more information about the impl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user