rust/src/test/ui/issues/issue-20616-6.stderr
2019-11-06 17:26:20 -08:00

9 lines
279 B
Plaintext

error: expected one of `>`, const, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-6.rs:25:26
|
LL | type Type_6 = Type_5_<'a,,>;
| ^ expected one of `>`, const, identifier, lifetime, or type
error: aborting due to previous error