Skip to content

Commit f1cf544

Browse files
authored
Update issue-92111.rs
1 parent 8ad3c1d commit f1cf544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/rfc-2632-const-trait-impl/issue-92111.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Regression test for #92111.
22
//
33
// The issue was that we normalize trait bounds before caching
4-
// results of selection. Checking that `impl NoDrop for S` requires
4+
// results of selection. Checking that `impl Tr for S` requires
55
// checking `S: !Drop` because it cannot overlap with the blanket
66
// impl. Then we save the (unsatisfied) result from checking `S: Drop`.
77
// Then the call to `a` checks whether `S: ~const Drop` but we normalize

0 commit comments

Comments
 (0)