mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 19:43:24 +00:00
9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
error: expected one of `#`, `>`, `const`, identifier, or lifetime, found `,`
|
|
--> $DIR/issue-20616-8.rs:31:16
|
|
|
|
|
LL | type Type_8<'a,,> = &'a ();
|
|
| ^ expected one of `#`, `>`, `const`, identifier, or lifetime
|
|
|
|
error: aborting due to previous error
|
|
|