Skip to content

Commit

Permalink
Bless tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Apr 9, 2022
1 parent f89d64d commit 672ce15
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 672ce15

Please sign in to comment.