Update UI tests for 'FromForm' impl addition.

This commit is contained in:
Sergio Benitez 2023-03-23 16:26:28 -07:00
parent 569bc09a1d
commit 66e2f9486b
4 changed files with 18 additions and 18 deletions

View File

@ -5,15 +5,15 @@ error[E0277]: the trait bound `Unknown: FromFormField<'_>` is not satisfied
| ^^^^^^^ the trait `FromFormField<'_>` is not implemented for `Unknown` | ^^^^^^^ the trait `FromFormField<'_>` is not implemented for `Unknown`
| |
= help: the following other types implement trait `FromFormField<'v>`: = help: the following other types implement trait `FromFormField<'v>`:
&'v [u8]
&'v str &'v str
Capped<&'v [u8]>
Capped<&'v str> Capped<&'v str>
Capped<Cow<'v, str>> Capped<Cow<'v, str>>
Capped<TempFile<'v>> Capped<TempFile<'v>>
Capped<std::string::String> Capped<std::string::String>
Cow<'v, str> Cow<'v, str>
IpAddr and $N others
Ipv4Addr
and 38 others
= note: required for `Unknown` to implement `FromForm<'r>` = note: required for `Unknown` to implement `FromForm<'r>`
error[E0277]: the trait bound `Foo<usize>: FromFormField<'_>` is not satisfied 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>` | ^^^^^^^^^^ the trait `FromFormField<'_>` is not implemented for `Foo<usize>`
| |
= help: the following other types implement trait `FromFormField<'v>`: = help: the following other types implement trait `FromFormField<'v>`:
&'v [u8]
&'v str &'v str
Capped<&'v [u8]>
Capped<&'v str> Capped<&'v str>
Capped<Cow<'v, str>> Capped<Cow<'v, str>>
Capped<TempFile<'v>> Capped<TempFile<'v>>
Capped<std::string::String> Capped<std::string::String>
Cow<'v, str> Cow<'v, str>
IpAddr and $N others
Ipv4Addr
and 38 others
= note: required for `Foo<usize>` to implement `FromForm<'r>` = note: required for `Foo<usize>` to implement `FromForm<'r>`

View File

@ -34,14 +34,14 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied
| ^ the trait `FromFormField<'_>` is not implemented for `Q` | ^ the trait `FromFormField<'_>` is not implemented for `Q`
| |
= help: the following other types implement trait `FromFormField<'v>`: = help: the following other types implement trait `FromFormField<'v>`:
&'v [u8]
&'v str &'v str
Capped<&'v [u8]>
Capped<&'v str> Capped<&'v str>
Capped<Cow<'v, str>> Capped<Cow<'v, str>>
Capped<TempFile<'v>> Capped<TempFile<'v>>
Capped<std::string::String> Capped<std::string::String>
Cow<'v, str> Cow<'v, str>
IpAddr
Ipv4Addr
and $N others and $N others
= note: required for `Q` to implement `FromForm<'_>` = 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` | ^ the trait `FromFormField<'_>` is not implemented for `Q`
| |
= help: the following other types implement trait `FromFormField<'v>`: = help: the following other types implement trait `FromFormField<'v>`:
&'v [u8]
&'v str &'v str
Capped<&'v [u8]>
Capped<&'v str> Capped<&'v str>
Capped<Cow<'v, str>> Capped<Cow<'v, str>>
Capped<TempFile<'v>> Capped<TempFile<'v>>
Capped<std::string::String> Capped<std::string::String>
Cow<'v, str> Cow<'v, str>
IpAddr
Ipv4Addr
and $N others and $N others
= note: required for `Q` to implement `FromForm<'_>` = note: required for `Q` to implement `FromForm<'_>`

View File

@ -5,14 +5,14 @@ error[E0277]: the trait bound `Unknown: FromFormField<'_>` is not satisfied
| ^^^^^^^ the trait `FromFormField<'_>` is not implemented for `Unknown` | ^^^^^^^ the trait `FromFormField<'_>` is not implemented for `Unknown`
| |
= help: the following other types implement trait `FromFormField<'v>`: = help: the following other types implement trait `FromFormField<'v>`:
&'v [u8]
&'v str &'v str
Capped<&'v [u8]>
Capped<&'v str> Capped<&'v str>
Capped<Cow<'v, str>> Capped<Cow<'v, str>>
Capped<TempFile<'v>> Capped<TempFile<'v>>
Capped<std::string::String> Capped<std::string::String>
Cow<'v, str> Cow<'v, str>
IpAddr
Ipv4Addr
and $N others and $N others
= note: required for `Unknown` to implement `FromForm<'r>` = 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>` | ^^^ the trait `FromFormField<'_>` is not implemented for `Foo<usize>`
| |
= help: the following other types implement trait `FromFormField<'v>`: = help: the following other types implement trait `FromFormField<'v>`:
&'v [u8]
&'v str &'v str
Capped<&'v [u8]>
Capped<&'v str> Capped<&'v str>
Capped<Cow<'v, str>> Capped<Cow<'v, str>>
Capped<TempFile<'v>> Capped<TempFile<'v>>
Capped<std::string::String> Capped<std::string::String>
Cow<'v, str> Cow<'v, str>
IpAddr
Ipv4Addr
and $N others and $N others
= note: required for `Foo<usize>` to implement `FromForm<'r>` = note: required for `Foo<usize>` to implement `FromForm<'r>`

View File

@ -34,14 +34,14 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied
| ^ the trait `FromFormField<'_>` is not implemented for `Q` | ^ the trait `FromFormField<'_>` is not implemented for `Q`
| |
= help: the following other types implement trait `FromFormField<'v>`: = help: the following other types implement trait `FromFormField<'v>`:
&'v [u8]
&'v str &'v str
Capped<&'v [u8]>
Capped<&'v str> Capped<&'v str>
Capped<Cow<'v, str>> Capped<Cow<'v, str>>
Capped<TempFile<'v>> Capped<TempFile<'v>>
Capped<std::string::String> Capped<std::string::String>
Cow<'v, str> Cow<'v, str>
IpAddr
Ipv4Addr
and $N others and $N others
= note: required for `Q` to implement `FromForm<'_>` = 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` | ^ the trait `FromFormField<'_>` is not implemented for `Q`
| |
= help: the following other types implement trait `FromFormField<'v>`: = help: the following other types implement trait `FromFormField<'v>`:
&'v [u8]
&'v str &'v str
Capped<&'v [u8]>
Capped<&'v str> Capped<&'v str>
Capped<Cow<'v, str>> Capped<Cow<'v, str>>
Capped<TempFile<'v>> Capped<TempFile<'v>>
Capped<std::string::String> Capped<std::string::String>
Cow<'v, str> Cow<'v, str>
IpAddr
Ipv4Addr
and $N others and $N others
= note: required for `Q` to implement `FromForm<'_>` = note: required for `Q` to implement `FromForm<'_>`