Skip to content

Commit

Permalink
chore: fix output of macro after new rustc release (#4189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored and hawkw committed Nov 16, 2021
1 parent 2bf6132 commit 249f05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-build/tests/fail/macros_type_mismatch.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 249f05c

Please sign in to comment.