about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-11-17 15:23:07 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-11-21 20:35:50 +0000
commita9f3c2209c6ac4ff36df1816b842d0a1c1540624 (patch)
treeda5df9724a95a8b6c25d68a4905a726afe06be7f
parentad57f88d3f48afe26940b4cc78b10adcf416ab3f (diff)
downloadrust-a9f3c2209c6ac4ff36df1816b842d0a1c1540624.tar.gz
rust-a9f3c2209c6ac4ff36df1816b842d0a1c1540624.zip
For lcnr
-rw-r--r--compiler/rustc_trait_selection/src/traits/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_trait_selection/src/traits/mod.rs b/compiler/rustc_trait_selection/src/traits/mod.rs
index 7eb21e156fd..eb5cd9a2d06 100644
--- a/compiler/rustc_trait_selection/src/traits/mod.rs
+++ b/compiler/rustc_trait_selection/src/traits/mod.rs
@@ -174,6 +174,7 @@ fn pred_known_to_hold_modulo_regions<'tcx>(
         // this function's result remains infallible, we must confirm
         // that guess. While imperfect, I believe this is sound.
 
+        // FIXME(@lcnr): this function doesn't seem right.
         // The handling of regions in this area of the code is terrible,
         // see issue #29149. We should be able to improve on this with
         // NLL.