b2c6eeb713
also refactor `FnKind` and `visit_assoc_item` visitors
15 lines
312 B
Plaintext
15 lines
312 B
Plaintext
error: expected type, found `0`
|
|
--> $DIR/issue-39616.rs:1:12
|
|
|
|
|
LL | fn foo(a: [0; 1]) {}
|
|
| ^ expected type
|
|
|
|
error: expected `;` or `{`, found `]`
|
|
--> $DIR/issue-39616.rs:1:16
|
|
|
|
|
LL | fn foo(a: [0; 1]) {}
|
|
| ^ expected `;` or `{`
|
|
|
|
error: aborting due to 2 previous errors
|
|
|