41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
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
|
|
|