]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-20616-2.stderr
Rollup merge of #58938 - dlrobertson:fix_58280, r=joshtriplett
[rust.git] / src / test / ui / issues / issue-20616-2.stderr
1 error: expected one of `,` or `>`, found `(`
2   --> $DIR/issue-20616-2.rs:12:31
3    |
4 LL | type Type_2 = Type_1_<'static ()>;
5    |                               ^ expected one of `,` or `>` here
6
7 error: aborting due to previous error
8