Skip to content

Commit 249f05c

Browse files
Darksonnhawkw
authored andcommitted
chore: fix output of macro after new rustc release (#4189)
1 parent 2bf6132 commit 249f05c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests-build/tests/fail/macros_type_mismatch.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ error[E0308]: mismatched types
99
help: consider using a semicolon here
1010
|
1111
5 | Ok(());
12-
| ^
12+
| +
1313
help: try adding a return type
1414
|
1515
4 | async fn missing_semicolon_or_return_type() -> Result<(), _> {
16-
| ^^^^^^^^^^^^^^^^
16+
| ++++++++++++++++
1717

1818
error[E0308]: mismatched types
1919
--> $DIR/macros_type_mismatch.rs:10:5

0 commit comments

Comments
 (0)