Bless tests.
This commit is contained in:
parent
f89d64d7aa
commit
672ce1509b
1 changed files with 3 additions and 0 deletions
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue