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

9 lines
288 B
Plaintext

error: expected one of `>`, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-4.rs:18:34
|
LL | type Type_4<T> = Type_1_<'static,, T>;
| ^ expected one of `>`, identifier, lifetime, or type here
error: aborting due to previous error