Merge 'tokio-1.43.3' into 'tokio-1.47.x'

This commit is contained in:
Qi
2025-10-15 00:10:36 +08:00
7 changed files with 70 additions and 11 deletions
@@ -25,7 +25,7 @@ error[E0308]: mismatched types
found enum `Result<(), _>`
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`
|