blob: 856c92217b924f62c560ce7cc5e64d54519e109f [file] [log] [blame]
error[E0308]: mismatched types
--> $DIR/default-body-type-err-2.rs:5:9
|
LL | async fn woopsie_async(&self) -> String {
| ------ expected `String` because of return type
LL | 42
| ^^- help: try using a conversion method: `.to_string()`
| |
| expected `String`, found integer
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.