blob: 240df196ae77b4f03a96bec1497ab8c1b8812852 [file] [log] [blame]
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