Skip to content

Commit

Permalink
Fixed a small typo in ui test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fee1-dead committed Dec 21, 2021
1 parent 8ad3c1d commit 1ea4aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/rfc-2632-const-trait-impl/issue-92111.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Regression test for #92111.
//
// 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
// impl. Then we save the (unsatisfied) result from checking `S: Drop`.
// Then the call to `a` checks whether `S: ~const Drop` but we normalize
Expand Down

0 comments on commit 1ea4aa0

Please sign in to comment.