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
openlimits = { version = "0.3", default-features = false, features = ["num_bigint"]}
Fails:
rust-bigint-1.2.0/src/lib.rs:36:1
|
24 | pub type BigInt = gmp::mpz::Mpz;| -------------------------------- previous definition of the type`BigInt` here
...
36 | pub type BigInt = num_bigint::BigInt;| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `BigInt` redefined here
|
= note: `BigInt` must be defined only once in the type namespace of this module
The text was updated successfully, but these errors were encountered:
Using the following in Cargo.toml:
Fails:
The text was updated successfully, but these errors were encountered: