From baa2ed27f300c134c04d3308a03831c782fc3998 Mon Sep 17 00:00:00 2001 From: Jeb Rosen Date: Mon, 2 Sep 2019 14:28:52 -0700 Subject: [PATCH] Update UI tests affected by removal of typed headers. --- core/codegen/tests/ui-fail/responder-types.stderr | 9 --------- 1 file changed, 9 deletions(-) diff --git a/core/codegen/tests/ui-fail/responder-types.stderr b/core/codegen/tests/ui-fail/responder-types.stderr index 03796076..46ab5ba2 100644 --- a/core/codegen/tests/ui-fail/responder-types.stderr +++ b/core/codegen/tests/ui-fail/responder-types.stderr @@ -15,9 +15,6 @@ error[E0277]: the trait bound `rocket::http::Header<'_>: std::convert::From` = help: the following implementations were found: rocket::http::Header<'static> as $TRAIT rocket::http::Header<'static> as $TRAIT - rocket::http::Header<'static> as $TRAIT - rocket::http::Header<'static> as $TRAIT - and $N others = note: required because of the requirements on the impl of `std::convert::Into>` for `u8` error[E0277]: the trait bound `u8: rocket::response::Responder<'_>` is not satisfied @@ -37,9 +34,6 @@ error[E0277]: the trait bound `rocket::http::Header<'_>: std::convert::From` = help: the following implementations were found: rocket::http::Header<'static> as $TRAIT rocket::http::Header<'static> as $TRAIT - rocket::http::Header<'static> as $TRAIT - rocket::http::Header<'static> as $TRAIT - and $N others = note: required because of the requirements on the impl of `std::convert::Into>` for `u8` error[E0277]: the trait bound `rocket::http::Header<'_>: std::convert::From` is not satisfied @@ -51,9 +45,6 @@ error[E0277]: the trait bound `rocket::http::Header<'_>: std::convert::From as $TRAIT rocket::http::Header<'static> as $TRAIT - rocket::http::Header<'static> as $TRAIT - rocket::http::Header<'static> as $TRAIT - and $N others = note: required because of the requirements on the impl of `std::convert::Into>` for `std::string::String` error[E0277]: the trait bound `usize: rocket::response::Responder<'_>` is not satisfied