blob: 01e3d3dd7ccf03f0600c15e5239595c97827befd (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `,`, `:`, `=`, or `>`, found `(`
--> $DIR/issue-20616-2.rs:12:31
|
LL | type Type_2 = Type_1_<'static ()>;
| ^ expected one of `,`, `:`, `=`, or `>`
error: aborting due to previous error
|