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

9 lines
273 B
Plaintext
Raw Normal View History

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