We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01ee85 commit 32b968cCopy full SHA for 32b968c
src/librustc/ty/maps/mod.rs
@@ -121,6 +121,9 @@ define_maps! { <'tcx>
121
/// (inferred) variance.
122
[] fn variances_of: ItemVariances(DefId) -> Rc<Vec<ty::Variance>>,
123
124
+ /// Maps from def-id of a type to its (inferred) outlives.
125
+ [] fn inferred_outlives_of: PredicatesOfItem(DefId) -> ty::GenericPredicates<'tcx>,
126
+
127
/// Maps from an impl/trait def-id to a list of the def-ids of its items
128
[] fn associated_item_def_ids: AssociatedItemDefIds(DefId) -> Rc<Vec<DefId>>,
129
0 commit comments