blob: 393d1f2e2ce676532abb776d2f7237336537e927 [file] [log] [blame]
error: expected type, found `0`
--> $DIR/issue-39616.rs:1:12
|
LL | fn foo(a: [0; 1]) {}
| ^ expected type
error: aborting due to previous error