Skip to content

Commit 672ce15

Browse files
committed
Bless tests.
1 parent f89d64d commit 672ce15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/test/ui/const-generics/occurs-check/unused-substs-1.stderr

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ LL | let _ = A;
88
note: required by a bound in `A`
99
--> $DIR/unused-substs-1.rs:9:11
1010
|
11+
LL | struct A<const N: usize>
12+
| - required by a bound in this
13+
LL | where
1114
LL | A<N>: Bar<N>;
1215
| ^^^^^^ required by this bound in `A`
1316

0 commit comments

Comments
 (0)