rust/src/test/ui/issues/issue-20616-7.stderr

9 lines
247 B
Plaintext
Raw Normal View History

2020-11-21 08:44:06 -06:00
error: expected one of `>`, const, lifetime, or type, found `,`
2019-02-07 03:10:11 -06:00
--> $DIR/issue-20616-7.rs:28:22
2018-07-15 16:11:54 -05:00
|
2019-02-07 03:10:11 -06:00
LL | type Type_7 = Box<(),,>;
2020-11-21 08:44:06 -06:00
| ^ expected one of `>`, const, lifetime, or type
2018-07-15 16:11:54 -05:00
error: aborting due to previous error