summary refs log tree commit diff
path: root/src/test/ui/issue-34334.stderr
blob: 240df196ae77b4f03a96bec1497ab8c1b8812852 (plain)
1
2
3
4
5
6
7
8
9
10
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