mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-06 03:52:53 +00:00
9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
|
|
--> $DIR/issue-20616-9.rs:34:15
|
|
|
|
|
LL | type Type_9<T,,> = Box<T>;
|
|
| ^ expected one of `#`, `>`, `const`, identifier, or lifetime
|
|
|
|
error: aborting due to 1 previous error
|
|
|