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
Compiling rustc-std-workspace-core v1.99.0 (/home/runner/.rustup/toolchains/nightly-2025-05-06-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/rustc-std-workspace-core)
error[E0432]: unresolved import `core::sync::atomic::AtomicU32`
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compiler_builtins-0.1.157/src/math/libm_math/support/feature_detect.rs:3:26
|
3 | use core::sync::atomic::{AtomicU32, Ordering};
| ^^^^^^^^^
| |
| no `AtomicU32` in `sync::atomic`
| help: a similar name exists in the module: `AtomicU8`
The text was updated successfully, but these errors were encountered:
Urgau
added
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
and removed
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
May 7, 2025
Our attempt to update to nightly-2025-05-06 fails with this error while building with
--target=avr-none -Zbuild-std=core
:The text was updated successfully, but these errors were encountered: