Skip to content

Commit

Permalink
Update UI tests for latest nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Mar 9, 2020
1 parent 635a4bd commit d559f09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/codegen/tests/ui-fail/typed-uri-bad-type.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ error[E0277]: the trait bound `S: rocket::http::uri::Ignorable<rocket::http::uri
81 | uri!(other_q: rest = _, id = 100);
| ---------------------------------- in this macro invocation
|
::: $FILE.rs:467:40
::: $FILE.rs:469:40
|
467 | pub fn assert_ignorable<P: UriPart, T: Ignorable<P>>() { }
469 | pub fn assert_ignorable<P: UriPart, T: Ignorable<P>>() { }
| ------------ required by this bound in `rocket::http::uri::assert_ignorable`
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
Expand All @@ -127,9 +127,9 @@ error[E0277]: the trait bound `usize: rocket::http::uri::Ignorable<rocket::http:
83 | uri!(other_q: rest = S, id = _);
| -------------------------------- in this macro invocation
|
::: $FILE.rs:467:40
::: $FILE.rs:469:40
|
467 | pub fn assert_ignorable<P: UriPart, T: Ignorable<P>>() { }
469 | pub fn assert_ignorable<P: UriPart, T: Ignorable<P>>() { }
| ------------ required by this bound in `rocket::http::uri::assert_ignorable`
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
Expand Down

0 comments on commit d559f09

Please sign in to comment.