chore: use a more recent nightly for axum-macros tests

This commit is contained in:
David Pedersen
2026-05-05 15:16:24 +02:00
parent 9b203a8912
commit c853e44ffc
7 changed files with 21 additions and 17 deletions
@@ -16,9 +16,12 @@ error[E0277]: the trait bound `fn(Extractor<()>) -> impl Future<Output = ()> {fo
note: required by a bound in `axum::routing::get`
--> $WORKSPACE/axum/src/routing/method_routing.rs
|
| H: Handler<T, S>,
| ^^^^^^^^^^^^^ required by this bound in `get`
...
| top_level_handler_fn!(get, GET);
| ^^^^^^^^^^^^^^^^^^^^^^---^^^^^^
| -------------------------------
| | |
| | required by a bound in this function
| required by this bound in `get`
| in this macro invocation
= note: this error originates in the macro `top_level_handler_fn` (in Nightly builds, run with -Z macro-backtrace for more info)