Bump nightly for axum-macros (#3500)

This commit is contained in:
Jonas Platte
2025-09-28 20:31:17 +02:00
committed by GitHub
parent 8d055800d2
commit 72e820f6fa
15 changed files with 170 additions and 120 deletions
@@ -4,7 +4,7 @@ error: future cannot be sent between threads safely
3 | #[debug_handler]
| ^^^^^^^^^^^^^^^^ future returned by `handler` is not `Send`
|
= help: within `impl Future<Output = ()>`, the trait `Send` is not implemented for `Rc<()>`, which is required by `impl Future<Output = ()>: Send`
= help: within `impl Future<Output = ()>`, the trait `Send` is not implemented for `Rc<()>`
note: future is not `Send` as this value is used across an await
--> tests/debug_handler/fail/not_send.rs:6:14
|