We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad3c1d commit f1cf544Copy full SHA for f1cf544
src/test/ui/rfc-2632-const-trait-impl/issue-92111.rs
@@ -1,7 +1,7 @@
1
// Regression test for #92111.
2
//
3
// The issue was that we normalize trait bounds before caching
4
-// results of selection. Checking that `impl NoDrop for S` requires
+// results of selection. Checking that `impl Tr for S` requires
5
// checking `S: !Drop` because it cannot overlap with the blanket
6
// impl. Then we save the (unsatisfied) result from checking `S: Drop`.
7
// Then the call to `a` checks whether `S: ~const Drop` but we normalize
0 commit comments