about summary refs log tree commit diff
path: root/src/test/ui/parser/issue-22712.stderr
blob: 3a4fa9a5e7ba7f305167a263ea2d59e2ee39b989 (plain)
1
2
3
4
5
6
7
8
error: expected one of `:`, `;`, `=`, or `@`, found `<`
  --> $DIR/issue-22712.rs:6:12
   |
LL |     let Foo<Vec<u8>>  //~ ERROR expected one of `:`, `;`, `=`, or `@`, found `<`
   |            ^ expected one of `:`, `;`, `=`, or `@` here

error: aborting due to previous error