9 lines
280 B
Plaintext
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
|
|
|