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
ok
v0.6.2 decimal -> 0.7.0 rust_decimal + bigdecimal
rust-analyzer
warning: 4 warnings emitted
error[E0432]: unresolved import crate::types::numeric
--> C:\Users\CheolGyu.cargo\registry\src\index.crates.io-6f17d22bba15001f\sqlx-postgres-0.7.0\src\types\rust_decimal.rs:10:19
|
10 | use crate::types::numeric::{PgNumeric, PgNumericSign};
| ^^^^^^^ could not find numeric in types
error[E0432]: unresolved import num_bigint
--> C:\Users\CheolGyu.cargo\registry\src\index.crates.io-6f17d22bba15001f\sqlx-postgres-0.7.0\src\types\rust_decimal.rs:1:5
|
1 | use num_bigint::{BigInt, Sign};
| ^^^^^^^^^^ use of undeclared crate or module num_bigint
error: aborting due to 2 previous errors
For more information about this error, try rustc --explain E0432.
error: could not compile sqlx-postgres (lib) due to 3 previous errors
Bug Description
error
v0.6.2 decimal -> 0.7.0 rust_decimal
ok
v0.6.2 decimal -> 0.7.0 rust_decimal + bigdecimal
rust-analyzer
warning: 4 warnings emitted
error[E0432]: unresolved import
crate::types::numeric
--> C:\Users\CheolGyu.cargo\registry\src\index.crates.io-6f17d22bba15001f\sqlx-postgres-0.7.0\src\types\rust_decimal.rs:10:19
|
10 | use crate::types::numeric::{PgNumeric, PgNumericSign};
| ^^^^^^^ could not find
numeric
intypes
error[E0432]: unresolved import
num_bigint
--> C:\Users\CheolGyu.cargo\registry\src\index.crates.io-6f17d22bba15001f\sqlx-postgres-0.7.0\src\types\rust_decimal.rs:1:5
|
1 | use num_bigint::{BigInt, Sign};
| ^^^^^^^^^^ use of undeclared crate or module
num_bigint
error: aborting due to 2 previous errors
For more information about this error, try
rustc --explain E0432
.error: could not compile
sqlx-postgres
(lib) due to 3 previous errorsInfo
rustc --version
: rustc 1.70.0 (90c541806 2023-05-31)The text was updated successfully, but these errors were encountered: