You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/hir-ty/src/lower_nextsolver.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1358,6 +1358,9 @@ where
1358
1358
}
1359
1359
}
1360
1360
1361
+
// FIXME: rustc gathers more predicates by recursing through resulting trait predicates.
1362
+
// See https://github.com/rust-lang/rust/blob/76c5ed2847cdb26ef2822a3a165d710f6b772217/compiler/rustc_hir_analysis/src/collect/predicates_of.rs#L689-L715
0 commit comments