We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687e7a0 commit 94f9a3cCopy full SHA for 94f9a3c
tests-build/tests/fail/macros_type_mismatch.stderr
@@ -25,7 +25,7 @@ error[E0308]: mismatched types
25
found enum `Result<(), _>`
26
help: a return type might be missing here
27
|
28
-9 | async fn missing_return_type() -> _ {
+ 9 | async fn missing_return_type() -> _ {
29
| ++++
30
help: consider using `Result::expect` to unwrap the `Result<(), _>` value, panicking if the value is a `Result::Err`
31
0 commit comments