add inferred_outlives_of query
This commit is contained in:
parent
f01ee857a3
commit
32b968ce44
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@ define_maps! { <'tcx>
|
|||
/// (inferred) variance.
|
||||
[] fn variances_of: ItemVariances(DefId) -> Rc<Vec<ty::Variance>>,
|
||||
|
||||
/// Maps from def-id of a type to its (inferred) outlives.
|
||||
[] fn inferred_outlives_of: PredicatesOfItem(DefId) -> ty::GenericPredicates<'tcx>,
|
||||
|
||||
/// Maps from an impl/trait def-id to a list of the def-ids of its items
|
||||
[] fn associated_item_def_ids: AssociatedItemDefIds(DefId) -> Rc<Vec<DefId>>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue