diff options
| author | Michael Goulet <michael@errs.io> | 2022-08-16 22:01:51 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-08-16 22:30:56 +0000 |
| commit | 33212bf7f527798a8cfa2bbb38781742f4ca718a (patch) | |
| tree | c72e070ccfc570fa2159e6fbd49c8dd72f85e1d9 /src/test/incremental | |
| parent | 40336865fe7d4a01139a3336639c6971647e885c (diff) | |
Remove deferred sized checks
Diffstat (limited to 'src/test/incremental')
| -rw-r--r-- | src/test/incremental/const-generics/hash-tyvid-regression-1.rs | 1 |
1 files changed, 0 insertions, 1 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 5ff7b19d894..53358b183cb 100644 --- a/src/test/incremental/const-generics/hash-tyvid-regression-1.rs +++ b/src/test/incremental/const-generics/hash-tyvid-regression-1.rs @@ -9,7 +9,6 @@ where use std::convert::TryFrom; <[T; N.get()]>::try_from(()) //~^ error: the trait bound - //~| error: the trait bound //~| error: mismatched types } |
