add inferred_outlives_of query

This commit is contained in:
toidiu 2017-09-26 00:48:32 -04:00
parent f01ee857a3
commit 32b968ce44

View File

@ -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>>,