rust/src/test/ui/issues/issue-20616-8.stderr
2018-12-25 21:08:33 -07:00

9 lines
314 B
Plaintext

error: expected one of `>`, identifier, or lifetime, found `,`
--> $DIR/issue-20616-8.rs:33:16
|
LL | type Type_8<'a,,> = &'a (); //~ error: expected one of `>`, identifier, or lifetime, found `,`
| ^ expected one of `>`, identifier, or lifetime here
error: aborting due to previous error