rust/src/test/ui/issues/issue-39616.stderr

15 lines
431 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error: expected type, found `0`
--> $DIR/issue-39616.rs:11:12
|
LL | fn foo(a: [0; 1]) {} //~ ERROR expected type, found `0`
| ^
error: expected one of `)`, `,`, `->`, `where`, or `{`, found `]`
--> $DIR/issue-39616.rs:11:16
|
LL | fn foo(a: [0; 1]) {} //~ ERROR expected type, found `0`
| ^ expected one of `)`, `,`, `->`, `where`, or `{` here
error: aborting due to 2 previous errors