mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-21 16:12:18 +00:00
Fix UI tests.
This commit is contained in:
parent
6fc24789e9
commit
613366f4bb
@ -492,7 +492,7 @@ error[E0277]: the trait bound `i32: From<&str>` is not satisfied
|
||||
<f64 as From<i16>>
|
||||
<f64 as From<i32>>
|
||||
<f64 as From<i8>>
|
||||
and 84 others
|
||||
and 85 others
|
||||
= note: required because of the requirements on the impl of `Into<i32>` for `&str`
|
||||
|
||||
error[E0308]: mismatched types
|
||||
|
@ -509,10 +509,10 @@ error[E0277]: the trait bound `i32: From<&str>` is not satisfied
|
||||
|
|
||||
= help: the following implementations were found:
|
||||
<i32 as From<NonZeroI32>>
|
||||
<i32 as From<SignalKind>>
|
||||
<i32 as From<bool>>
|
||||
<i32 as From<i16>>
|
||||
<i32 as From<i8>>
|
||||
and 88 others
|
||||
and 89 others
|
||||
= note: required because of the requirements on the impl of `Into<i32>` for `&str`
|
||||
|
||||
error[E0308]: mismatched types
|
||||
|
Loading…
Reference in New Issue
Block a user