mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 04:27:33 +00:00
add inferred_outlives_of query
This commit is contained in:
parent
f01ee857a3
commit
32b968ce44
@ -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…
Reference in New Issue
Block a user