ITADN

v0.14.1 AtomicU64 error

#28Openhappytrudy 创建于 2026-03-22
H
happytrudycommented
Checking fastbloom v0.14.1 error[E0432]: unresolved import core::sync::atomic::AtomicU64 Error: --> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastbloom-0.14.1/src/lib.rs:26:16 | 26 | pub(crate) use core::sync::atomic::AtomicU64; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no AtomicU64 in sync::atomic | help: a similar name exists in the module | 26 - pub(crate) use core::sync::atomic::AtomicU64; 26 + pub(crate) use core::sync::atomic::AtomicU32; | For more information about this error, try rustc --explain E0432. error: could not compile fastbloom (lib) due to 1 previous error warning: build failed, waiting for other jobs to finish... [cross] warning: rust-std is not available for mipsel-unknown-linux-musl [cross] note: you may need to build components for the target via -Z build-std=<components> or in your cross configuration specify target.mipsel-unknown-linux-musl.build-std the available components are core, std, alloc, and proc_macro https://github.com/hrimfaxi/iroh_quinn/pull/1 Has v0.17.0 been fixed?
0 条评论