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[E0432]: unresolved import `core::sync::atomic::AtomicU32`
--> /Users/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`
For more information about this error, try `rustc --explain E0432`.
warning: `compiler_builtins` (lib) generated 1 warning (1 duplicate)
error: could not compile `compiler_builtins` (lib) due to 1 previous error; 1 warning emitted
This occurs when building against a target with a custom JSON spec:
CI over at https://github.com/RalfJung/rustc-build-sysroot is failing with a build error in compiler-builtins:
This occurs when building against a target with a custom JSON spec:
That same spec worked fine before, so seems like probably something in compiler-builtins is just not compatible with this 16bit target any more?
The text was updated successfully, but these errors were encountered: