Rollup merge of #92166 - fee1-dead:patch-2, r=jyn514
Fixed a small typo in ui test comments
This commit is contained in:
commit
cf7ee6974e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
// Regression test for #92111.
|
// Regression test for #92111.
|
||||||
//
|
//
|
||||||
// The issue was that we normalize trait bounds before caching
|
// The issue was that we normalize trait bounds before caching
|
||||||
// results of selection. Checking that `impl NoDrop for S` requires
|
// results of selection. Checking that `impl Tr for S` requires
|
||||||
// checking `S: !Drop` because it cannot overlap with the blanket
|
// checking `S: !Drop` because it cannot overlap with the blanket
|
||||||
// impl. Then we save the (unsatisfied) result from checking `S: Drop`.
|
// impl. Then we save the (unsatisfied) result from checking `S: Drop`.
|
||||||
// Then the call to `a` checks whether `S: ~const Drop` but we normalize
|
// Then the call to `a` checks whether `S: ~const Drop` but we normalize
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue