rust/src/test/ui/issue-34334.stderr
2018-07-15 17:10:52 -07:00

11 lines
340 B
Plaintext

error: expected one of `,` or `>`, found `=`
--> $DIR/issue-34334.rs:12:29
|
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