]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-20616-6.stderr
Rollup merge of #53376 - frewsxcv:frewsxcv-copy, r=GuillaumeGomez
[rust.git] / src / test / ui / issues / issue-20616-6.stderr
1 error: expected one of `>`, identifier, lifetime, or type, found `,`
2   --> $DIR/issue-20616-6.rs:37:26
3    |
4 LL | type Type_6 = Type_5_<'a,,>;
5    |                          ^ expected one of `>`, identifier, lifetime, or type here
6
7 error: aborting due to previous error
8