Update UI tests for latest stable.

This commit is contained in:
Jeb Rosen 2021-06-17 18:49:10 -07:00
parent d9858cf3c7
commit abf996b026
1 changed files with 4 additions and 4 deletions

View File

@ -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<'_, '_>)]
| ^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^