rust/src/test/ui/issues/issue-20616-3.stderr
2019-02-07 15:02:17 +01:00

9 lines
280 B
Plaintext

error: expected one of `>`, const, identifier, lifetime, or type, found `,`
--> $DIR/issue-20616-3.rs:13:24
|
LL | type Type_3<T> = Box<T,,>;
| ^ expected one of `>`, const, identifier, lifetime, or type here
error: aborting due to previous error