Skip to content

Commit b5313bc

Browse files
committed
ci: update macros_type_mismatch for Rust 1.90.0
Signed-off-by: ADD-SP <[email protected]>
1 parent ab82442 commit b5313bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-build/tests/fail/macros_type_mismatch.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ error[E0308]: mismatched types
2525
found enum `Result<(), _>`
2626
help: a return type might be missing here
2727
|
28-
9 | async fn missing_return_type() -> _ {
28+
9 | async fn missing_return_type() -> _ {
2929
| ++++
3030
help: consider using `Result::expect` to unwrap the `Result<(), _>` value, panicking if the value is a `Result::Err`
3131
|

0 commit comments

Comments
 (0)