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