rust/src/test/ui/issues/issue-20616-4.stderr

9 lines
297 B
Plaintext
Raw Normal View History

error: expected one of `>`, const, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-4.rs:16:34
2018-07-15 14:11:54 -07:00
|
LL | type Type_4<T> = Type_1_<'static,, T>;
| ^ expected one of `>`, const, identifier, lifetime, or type
2018-07-15 14:11:54 -07:00
error: aborting due to previous error