mirror of https://github.com/rwf2/Rocket.git
Update UI tests for latest nightly.
This commit is contained in:
parent
30b8a77fc9
commit
6e5568a155
|
@ -77,5 +77,5 @@ note: function defined here
|
|||
| ^^---------------------
|
||||
help: did you mean
|
||||
|
|
||||
29 | f3(bool, {bool})
|
||||
29 | f3(bool, /* bool */)
|
||||
|
|
||||
|
|
|
@ -486,6 +486,11 @@ error[E0308]: mismatched types
|
|||
| expected struct `std::string::String`, found integer
|
||||
| arguments to this enum variant are incorrect
|
||||
|
|
||||
note: tuple variant defined here
|
||||
--> $RUST/core/src/option.rs
|
||||
|
|
||||
| Some(#[stable(feature = "rust1", since = "1.0.0")] T),
|
||||
| ^^^^
|
||||
help: try using a conversion method
|
||||
|
|
||||
171 | #[field(default = 123.to_string())]
|
||||
|
@ -501,6 +506,11 @@ error[E0308]: mismatched types
|
|||
| |
|
||||
| arguments to this enum variant are incorrect
|
||||
|
|
||||
note: tuple variant defined here
|
||||
--> $RUST/core/src/option.rs
|
||||
|
|
||||
| Some(#[stable(feature = "rust1", since = "1.0.0")] T),
|
||||
| ^^^^
|
||||
help: try using a conversion method
|
||||
|
|
||||
203 | #[field(default_with = Some("hi".to_string()))]
|
||||
|
|
|
@ -11,8 +11,8 @@ error[E0277]: the trait bound `Unknown: FromFormField<'_>` is not satisfied
|
|||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
Date
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and 38 others
|
||||
= note: required because of the requirements on the impl of `FromForm<'r>` for `Unknown`
|
||||
|
||||
|
@ -29,7 +29,7 @@ error[E0277]: the trait bound `Foo<usize>: FromFormField<'_>` is not satisfied
|
|||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
Date
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and 38 others
|
||||
= note: required because of the requirements on the impl of `FromForm<'r>` for `Foo<usize>`
|
||||
|
|
|
@ -40,8 +40,8 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied
|
|||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
Date
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and 38 others
|
||||
= note: required because of the requirements on the impl of `FromForm<'_>` for `Q`
|
||||
|
||||
|
@ -58,8 +58,8 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied
|
|||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
Date
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and 38 others
|
||||
= note: required because of the requirements on the impl of `FromForm<'_>` for `Q`
|
||||
|
||||
|
|
Loading…
Reference in New Issue