Merge #2922
2922: Update rust 1.67 r=mejrs a=mejrs Co-authored-by: mejrs <59372212+mejrs@users.noreply.github.com>
This commit is contained in:
commit
98b12973fc
|
@ -5,14 +5,11 @@ error[E0277]: the trait bound `i32: From<&PyCell<MyClass>>` is not satisfied
|
||||||
| ^^^ the trait `From<&PyCell<MyClass>>` is not implemented for `i32`
|
| ^^^ the trait `From<&PyCell<MyClass>>` is not implemented for `i32`
|
||||||
|
|
|
|
||||||
= help: the following other types implement trait `From<T>`:
|
= help: the following other types implement trait `From<T>`:
|
||||||
<f32 as From<i16>>
|
<i32 as From<NonZeroI32>>
|
||||||
<f32 as From<i8>>
|
<i32 as From<bool>>
|
||||||
<f32 as From<u16>>
|
<i32 as From<i16>>
|
||||||
<f32 as From<u8>>
|
<i32 as From<i8>>
|
||||||
<f64 as From<f32>>
|
<i32 as From<u16>>
|
||||||
<f64 as From<i16>>
|
<i32 as From<u8>>
|
||||||
<f64 as From<i32>>
|
|
||||||
<f64 as From<i8>>
|
|
||||||
and $N others
|
|
||||||
= note: required for `&PyCell<MyClass>` to implement `Into<i32>`
|
= note: required for `&PyCell<MyClass>` to implement `Into<i32>`
|
||||||
= note: required for `i32` to implement `TryFrom<&PyCell<MyClass>>`
|
= note: required for `i32` to implement `TryFrom<&PyCell<MyClass>>`
|
||||||
|
|
Loading…
Reference in New Issue