os-rust/src/test/ui/issues/issue-34334.stderr

11 lines
339 B
Text
Raw Normal View History

2018-07-15 14:11:54 -07:00
error: expected one of `,` or `>`, found `=`
2018-12-25 08:56:47 -07:00
--> $DIR/issue-34334.rs:2:29
2018-07-15 14:11:54 -07:00
|
LL | let sr: Vec<(u32, _, _) = vec![]; //~ ERROR expected one of `,` or `>`, found `=`
| -- ^ expected one of `,` or `>` here
| |
| while parsing the type for `sr`
error: aborting due to previous error