summaryrefslogtreecommitdiffstats
path: root/tests/ui/query-system/no-query-in-printing-during-query-descr.stderr
blob: 35e608b6b232b6fe4d67d419aecefb07b2c8e39f (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 previous error

For more information about this error, try `rustc --explain E0121`.