mirror of https://github.com/rwf2/Rocket.git
Update UI tests for latest stable.
This commit is contained in:
parent
d9858cf3c7
commit
abf996b026
|
@ -215,8 +215,8 @@ error[E0277]: the trait bound `T: Responder<'_, '_>` is not satisfied
|
||||||
= note: required by `respond_to`
|
= note: required by `respond_to`
|
||||||
help: consider further restricting this bound
|
help: consider further restricting this bound
|
||||||
|
|
|
|
||||||
57 | #[response(bound = "T: std::fmt::Display" + Responder<'_, '_>)]
|
57 | #[response(bound = "T: std::fmt::Display" + rocket::response::Responder<'_, '_>)]
|
||||||
| ^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
error[E0277]: the trait bound `T: Responder<'_, '_>` is not satisfied
|
error[E0277]: the trait bound `T: Responder<'_, '_>` is not satisfied
|
||||||
--> $DIR/responder.rs:62:19
|
--> $DIR/responder.rs:62:19
|
||||||
|
@ -227,5 +227,5 @@ error[E0277]: the trait bound `T: Responder<'_, '_>` is not satisfied
|
||||||
= note: required by `respond_to`
|
= note: required by `respond_to`
|
||||||
help: consider further restricting this bound
|
help: consider further restricting this bound
|
||||||
|
|
|
|
||||||
61 | #[response(bound = "T: std::fmt::Display" + Responder<'_, '_>)]
|
61 | #[response(bound = "T: std::fmt::Display" + rocket::response::Responder<'_, '_>)]
|
||||||
| ^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in New Issue