mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-19 00:00:14 +02:00
chore: use a more recent nightly for axum-macros tests
This commit is contained in:
@@ -23,7 +23,6 @@ help: the trait `for<'de> serde_core::de::Deserialize<'de>` is not implemented f
|
||||
and $N others
|
||||
= note: required for `Struct` to implement `serde_core::de::DeserializeOwned`
|
||||
= note: required for `Json<Struct>` to implement `FromRequest<()>`
|
||||
= help: see issue #48214
|
||||
help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
|
||||
|
|
||||
1 + #![feature(trivial_bounds)]
|
||||
|
||||
@@ -26,7 +26,6 @@ help: the trait `IntoResponseParts` is not implemented for `CustomIntoResponse`
|
||||
(T1, T2, T3, T4, T5, T6, T7)
|
||||
(T1, T2, T3, T4, T5, T6, T7, T8)
|
||||
and $N others
|
||||
= help: see issue #48214
|
||||
help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
|
||||
|
|
||||
3 + #![feature(trivial_bounds)]
|
||||
|
||||
Reference in New Issue
Block a user