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

9 lines
339 B
Plaintext
Raw Normal View History

2018-07-15 16:11:54 -05:00
error: expected one of `>`, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-3.rs:25:24
|
LL | type Type_3<T> = Box<T,,>; //~ error: expected one of `>`, identifier, lifetime, or type, found `,`
| ^ expected one of `>`, identifier, lifetime, or type here
error: aborting due to previous error