mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
ci: update macros_type_mismatch for Rust 1.90.0 (#7630)
Signed-off-by: ADD-SP <[email protected]>
(cherry picked from commit 2af3e4430a)
This commit is contained in:
@@ -25,7 +25,7 @@ error[E0308]: mismatched types
|
|||||||
found enum `Result<(), _>`
|
found enum `Result<(), _>`
|
||||||
help: a return type might be missing here
|
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`
|
help: consider using `Result::expect` to unwrap the `Result<(), _>` value, panicking if the value is a `Result::Err`
|
||||||
|
|
|
|
||||||
|
|||||||
Reference in New Issue
Block a user