summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-20616-9.stderr
blob: 5dccacdb610363a19c9694cdcdc9c135d69e4cf8 (plain)
1
2
3
4
5
6
7
8
error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
  --> $DIR/issue-20616-9.rs:34:15
   |
LL | type Type_9<T,,> = Box<T>;
   |               ^ expected one of `#`, `>`, `const`, identifier, or lifetime

error: aborting due to 1 previous error