]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-20616-5.stderr
Remove "here" from "expected one of X here"
[rust.git] / src / test / ui / issues / issue-20616-5.stderr
1 error: expected one of `>`, const, identifier, lifetime, or type, found `,`
2   --> $DIR/issue-20616-5.rs:22:34
3    |
4 LL | type Type_5<'a> = Type_1_<'a, (),,>;
5    |                                  ^ expected one of `>`, const, identifier, lifetime, or type
6
7 error: aborting due to previous error
8