mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-22 17:32:06 +00:00
Update UI tests for latest nightly.
This commit is contained in:
parent
635a4bddba
commit
d559f09abc
@ -111,9 +111,9 @@ error[E0277]: the trait bound `S: rocket::http::uri::Ignorable<rocket::http::uri
|
|||||||
81 | uri!(other_q: rest = _, id = 100);
|
81 | uri!(other_q: rest = _, id = 100);
|
||||||
| ---------------------------------- in this macro invocation
|
| ---------------------------------- 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`
|
| ------------ 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)
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||||
@ -127,9 +127,9 @@ error[E0277]: the trait bound `usize: rocket::http::uri::Ignorable<rocket::http:
|
|||||||
83 | uri!(other_q: rest = S, id = _);
|
83 | uri!(other_q: rest = S, id = _);
|
||||||
| -------------------------------- in this macro invocation
|
| -------------------------------- 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`
|
| ------------ 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)
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||||
|
Loading…
Reference in New Issue
Block a user