Skip to content

Commit cf7ee69

Browse files
authored
Rollup merge of #92166 - fee1-dead:patch-2, r=jyn514
Fixed a small typo in ui test comments
2 parents 94b9b5f + 1ea4aa0 commit cf7ee69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)