2022-12-01 22:01:59 -06:00
|
|
|
error[E0121]: the placeholder `_` is not allowed within types on item signatures for return types
|
|
|
|
--> $DIR/fn-sig-cycle-arity.rs:2:24
|
|
|
|
|
|
|
|
|
LL | fn dance(&self) -> _ {
|
|
|
|
| ^ not allowed in type signatures
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-12-01 22:01:59 -06:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0121`.
|