diff options
| author | fee1-dead <ent3rm4n@gmail.com> | 2021-12-22 00:25:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-22 00:25:50 +0800 |
| commit | 1ea4aa003660316d7c208e4cb2a38c6100805a21 (patch) | |
| tree | b99d1145883a0f2aa239eab1fe8af3df3410d158 | |
| parent | 8ad3c1dd1d47f9ce7dfdf4a14c70c67e1790b0f5 (diff) | |
| download | rust-1ea4aa003660316d7c208e4cb2a38c6100805a21.tar.gz rust-1ea4aa003660316d7c208e4cb2a38c6100805a21.zip | |
Fixed a small typo in ui test comments
| -rw-r--r-- | src/test/ui/rfc-2632-const-trait-impl/issue-92111.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/rfc-2632-const-trait-impl/issue-92111.rs b/src/test/ui/rfc-2632-const-trait-impl/issue-92111.rs index d30f4edd4b2..9bf0886084f 100644 --- a/src/test/ui/rfc-2632-const-trait-impl/issue-92111.rs +++ b/src/test/ui/rfc-2632-const-trait-impl/issue-92111.rs @@ -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 |
