Bless tests.

This commit is contained in:
Camille GILLOT 2022-04-09 12:31:20 +02:00
parent f89d64d7aa
commit 672ce1509b

View File

@ -8,6 +8,9 @@ LL | let _ = A;
note: required by a bound in `A`
--> $DIR/unused-substs-1.rs:9:11
|
LL | struct A<const N: usize>
| - required by a bound in this
LL | where
LL | A<N>: Bar<N>;
| ^^^^^^ required by this bound in `A`