Make iteration order of inferred_outlives_crate query stable
This commit is contained in:
@@ -656,7 +656,7 @@ pub struct CratePredicatesMap<'tcx> {
|
|||||||
/// For each struct with outlive bounds, maps to a vector of the
|
/// For each struct with outlive bounds, maps to a vector of the
|
||||||
/// predicate of its outlive bounds. If an item has no outlives
|
/// predicate of its outlive bounds. If an item has no outlives
|
||||||
/// bounds, it will have no entry.
|
/// bounds, it will have no entry.
|
||||||
pub predicates: FxHashMap<DefId, &'tcx [(Clause<'tcx>, Span)]>,
|
pub predicates: DefIdMap<&'tcx [(Clause<'tcx>, Span)]>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'tcx> Clause<'tcx> {
|
impl<'tcx> Clause<'tcx> {
|
||||||
|
|||||||
Reference in New Issue
Block a user