Skip to content

Commit a7b5a0f

Browse files
committed
s
1 parent 609f14a commit a7b5a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/feature-gates/feature-gate-unsized-const-params.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: `[u8]` is forbidden as the type of a const generic parameter
2-
--> $DIR/feature-gate-unsized-const-parameters.rs:1:21
2+
--> $DIR/feature-gate-unsized-const-params.rs:1:21
33
|
44
LL | struct Foo<const N: [u8]>;
55
| ^^^^

0 commit comments

Comments
 (0)