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 0e93419 commit 02c7717Copy full SHA for 02c7717
compiler/rustc_middle/src/ty/mod.rs
@@ -656,7 +656,7 @@ pub struct CratePredicatesMap<'tcx> {
656
/// For each struct with outlive bounds, maps to a vector of the
657
/// predicate of its outlive bounds. If an item has no outlives
658
/// bounds, it will have no entry.
659
- pub predicates: FxHashMap<DefId, &'tcx [(Clause<'tcx>, Span)]>,
+ pub predicates: DefIdMap<&'tcx [(Clause<'tcx>, Span)]>,
660
}
661
662
impl<'tcx> Clause<'tcx> {
0 commit comments