]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-34334.stderr
Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov
[rust.git] / src / test / ui / issues / issue-34334.stderr
1 error: expected one of `,` or `>`, found `=`
2   --> $DIR/issue-34334.rs:2:29
3    |
4 LL |     let sr: Vec<(u32, _, _) = vec![];
5    |         --                  ^ expected one of `,` or `>` here
6    |         |
7    |         while parsing the type for `sr`
8
9 error: aborting due to previous error
10