diff options
| author | Michael Goulet <michael@errs.io> | 2022-08-24 18:36:44 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-08-27 03:02:05 +0000 |
| commit | 2820bc4b693b437dbe99cc0d51b95743f94ca970 (patch) | |
| tree | be388596a22c717ac3683a8a1da5acb727df5fe5 /src/test/incremental | |
| parent | 2b443a8d97ff1f26c35e4bcf682bf9a89e8a66d2 (diff) | |
| download | rust-2820bc4b693b437dbe99cc0d51b95743f94ca970.tar.gz rust-2820bc4b693b437dbe99cc0d51b95743f94ca970.zip | |
Revert "Remove deferred sized checks"
This reverts commit 33212bf7f527798a8cfa2bbb38781742f4ca718a.
Diffstat (limited to 'src/test/incremental')
| -rw-r--r-- | src/test/incremental/const-generics/hash-tyvid-regression-1.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/incremental/const-generics/hash-tyvid-regression-1.rs b/src/test/incremental/const-generics/hash-tyvid-regression-1.rs index 53358b183cb..5ff7b19d894 100644 --- a/src/test/incremental/const-generics/hash-tyvid-regression-1.rs +++ b/src/test/incremental/const-generics/hash-tyvid-regression-1.rs @@ -9,6 +9,7 @@ where use std::convert::TryFrom; <[T; N.get()]>::try_from(()) //~^ error: the trait bound + //~| error: the trait bound //~| error: mismatched types } |
