2023-02-01 23:49:07 -06:00
|
|
|
error[E0121]: the placeholder `_` is not allowed within types on item signatures for return types
|
|
|
|
--> $DIR/no-query-in-printing-during-query-descr.rs:1:11
|
|
|
|
|
|
|
|
|
LL | fn a() -> _ {
|
|
|
|
| ^ not allowed in type signatures
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-02-01 23:49:07 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0121`.
|