455d659e91
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
error: expected one of `>`, const, identifier, lifetime, or type, found `,`
|
|
--> $DIR/issue-20616-6.rs:25:26
|
|
|
|
|
LL | type Type_6 = Type_5_<'a,,>;
|
|
| ^ expected one of `>`, const, identifier, lifetime, or type here
|
|
|
|
error: aborting due to previous error
|
|
|