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