diff --git a/tests-build/tests/fail/macros_type_mismatch.stderr b/tests-build/tests/fail/macros_type_mismatch.stderr index f9c32f005..c20dae302 100644 --- a/tests-build/tests/fail/macros_type_mismatch.stderr +++ b/tests-build/tests/fail/macros_type_mismatch.stderr @@ -25,7 +25,7 @@ error[E0308]: mismatched types found enum `Result<(), _>` help: a return type might be missing here | -9 | async fn missing_return_type() -> _ { + 9 | async fn missing_return_type() -> _ { | ++++ help: consider using `Result::expect` to unwrap the `Result<(), _>` value, panicking if the value is a `Result::Err` |