blob: e86e38225a368fd999af8eddd94e30dcd11faede (
plain)
1
2
3
4
5
6
7
8
9
|
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
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0121`.
|