You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0412]: cannot find type `BigInt` in this scope
--> /home/daniel/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.1.37/src/lib.rs:671:30
|
671 | impl FromPrimitive for Ratio<BigInt> {
| ^^^^^^ not found in this scope
error: no associated item named `from_float` found for type `Ratio<_>` in the current scope
--> /home/daniel/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.1.37/src/lib.rs:681:9
|
681 | Ratio::from_float(n)
| ^^^^^^^^^^^^^^^^^
error: no associated item named `from_float` found for type `Ratio<_>` in the current scope
--> /home/daniel/.cargo/registry/src/github.com-1ecc6299db9ec823/num-rational-0.1.37/src/lib.rs:685:9
|
685 | Ratio::from_float(n)
| ^^^^^^^^^^^^^^^^^
P.S.: The patch version for num has been updated today, the crate itself is compilable, so I think something is wrong with the dependencies / compatibility between num* crates used from image.
The text was updated successfully, but these errors were encountered:
It seems to be some problem with dependencies.
The error message is:
P.S.: The patch version for
num
has been updated today, the crate itself is compilable, so I think something is wrong with the dependencies / compatibility betweennum*
crates used fromimage
.The text was updated successfully, but these errors were encountered: