]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-20616-9.stderr
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / parser / issues / issue-20616-9.stderr
1 error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
2   --> $DIR/issue-20616-9.rs:34:15
3    |
4 LL | type Type_9<T,,> = Box<T>;
5    |               ^ expected one of `#`, `>`, `const`, identifier, or lifetime
6
7 error: aborting due to previous error
8