mirror of https://github.com/rwf2/Rocket.git
Update UI tests for 'FromForm' impl addition.
This commit is contained in:
parent
569bc09a1d
commit
66e2f9486b
|
@ -5,15 +5,15 @@ error[E0277]: the trait bound `Unknown: FromFormField<'_>` is not satisfied
|
|||
| ^^^^^^^ the trait `FromFormField<'_>` is not implemented for `Unknown`
|
||||
|
|
||||
= help: the following other types implement trait `FromFormField<'v>`:
|
||||
&'v [u8]
|
||||
&'v str
|
||||
Capped<&'v [u8]>
|
||||
Capped<&'v str>
|
||||
Capped<Cow<'v, str>>
|
||||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and 38 others
|
||||
and $N others
|
||||
= note: required for `Unknown` to implement `FromForm<'r>`
|
||||
|
||||
error[E0277]: the trait bound `Foo<usize>: FromFormField<'_>` is not satisfied
|
||||
|
@ -23,13 +23,13 @@ error[E0277]: the trait bound `Foo<usize>: FromFormField<'_>` is not satisfied
|
|||
| ^^^^^^^^^^ the trait `FromFormField<'_>` is not implemented for `Foo<usize>`
|
||||
|
|
||||
= help: the following other types implement trait `FromFormField<'v>`:
|
||||
&'v [u8]
|
||||
&'v str
|
||||
Capped<&'v [u8]>
|
||||
Capped<&'v str>
|
||||
Capped<Cow<'v, str>>
|
||||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and 38 others
|
||||
and $N others
|
||||
= note: required for `Foo<usize>` to implement `FromForm<'r>`
|
||||
|
|
|
@ -34,14 +34,14 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied
|
|||
| ^ the trait `FromFormField<'_>` is not implemented for `Q`
|
||||
|
|
||||
= help: the following other types implement trait `FromFormField<'v>`:
|
||||
&'v [u8]
|
||||
&'v str
|
||||
Capped<&'v [u8]>
|
||||
Capped<&'v str>
|
||||
Capped<Cow<'v, str>>
|
||||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and $N others
|
||||
= note: required for `Q` to implement `FromForm<'_>`
|
||||
|
||||
|
@ -52,14 +52,14 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied
|
|||
| ^ the trait `FromFormField<'_>` is not implemented for `Q`
|
||||
|
|
||||
= help: the following other types implement trait `FromFormField<'v>`:
|
||||
&'v [u8]
|
||||
&'v str
|
||||
Capped<&'v [u8]>
|
||||
Capped<&'v str>
|
||||
Capped<Cow<'v, str>>
|
||||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and $N others
|
||||
= note: required for `Q` to implement `FromForm<'_>`
|
||||
|
||||
|
|
|
@ -5,14 +5,14 @@ error[E0277]: the trait bound `Unknown: FromFormField<'_>` is not satisfied
|
|||
| ^^^^^^^ the trait `FromFormField<'_>` is not implemented for `Unknown`
|
||||
|
|
||||
= help: the following other types implement trait `FromFormField<'v>`:
|
||||
&'v [u8]
|
||||
&'v str
|
||||
Capped<&'v [u8]>
|
||||
Capped<&'v str>
|
||||
Capped<Cow<'v, str>>
|
||||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and $N others
|
||||
= note: required for `Unknown` to implement `FromForm<'r>`
|
||||
|
||||
|
@ -23,13 +23,13 @@ error[E0277]: the trait bound `Foo<usize>: FromFormField<'_>` is not satisfied
|
|||
| ^^^ the trait `FromFormField<'_>` is not implemented for `Foo<usize>`
|
||||
|
|
||||
= help: the following other types implement trait `FromFormField<'v>`:
|
||||
&'v [u8]
|
||||
&'v str
|
||||
Capped<&'v [u8]>
|
||||
Capped<&'v str>
|
||||
Capped<Cow<'v, str>>
|
||||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and $N others
|
||||
= note: required for `Foo<usize>` to implement `FromForm<'r>`
|
||||
|
|
|
@ -34,14 +34,14 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied
|
|||
| ^ the trait `FromFormField<'_>` is not implemented for `Q`
|
||||
|
|
||||
= help: the following other types implement trait `FromFormField<'v>`:
|
||||
&'v [u8]
|
||||
&'v str
|
||||
Capped<&'v [u8]>
|
||||
Capped<&'v str>
|
||||
Capped<Cow<'v, str>>
|
||||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and $N others
|
||||
= note: required for `Q` to implement `FromForm<'_>`
|
||||
|
||||
|
@ -52,14 +52,14 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied
|
|||
| ^ the trait `FromFormField<'_>` is not implemented for `Q`
|
||||
|
|
||||
= help: the following other types implement trait `FromFormField<'v>`:
|
||||
&'v [u8]
|
||||
&'v str
|
||||
Capped<&'v [u8]>
|
||||
Capped<&'v str>
|
||||
Capped<Cow<'v, str>>
|
||||
Capped<TempFile<'v>>
|
||||
Capped<std::string::String>
|
||||
Cow<'v, str>
|
||||
IpAddr
|
||||
Ipv4Addr
|
||||
and $N others
|
||||
= note: required for `Q` to implement `FromForm<'_>`
|
||||
|
||||
|
|
Loading…
Reference in New Issue