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 ad57f88 commit a9f3c22Copy full SHA for a9f3c22
compiler/rustc_trait_selection/src/traits/mod.rs
@@ -174,6 +174,7 @@ fn pred_known_to_hold_modulo_regions<'tcx>(
174
// this function's result remains infallible, we must confirm
175
// that guess. While imperfect, I believe this is sound.
176
177
+ // FIXME(@lcnr): this function doesn't seem right.
178
// The handling of regions in this area of the code is terrible,
179
// see issue #29149. We should be able to improve on this with
180
// NLL.
0 commit comments