chore: fix output of macro after new rustc release (#4189)

This commit is contained in:
Alice Ryhl
2021-11-16 12:22:24 -08:00
committed by Eliza Weisman
parent 2bf613206a
commit 249f05c0bb
@@ -9,11 +9,11 @@ error[E0308]: mismatched types
help: consider using a semicolon here
|
5 | Ok(());
| ^
| +
help: try adding a return type
|
4 | async fn missing_semicolon_or_return_type() -> Result<(), _> {
| ^^^^^^^^^^^^^^^^
| ++++++++++++++++
error[E0308]: mismatched types
--> $DIR/macros_type_mismatch.rs:10:5