tracing-core
does not compile on thumbv6m-none-eabi
with --no-default-features
#972
Labels
area/no-std
Related to improving support for no-std.
crate/core
Related to the `tracing-core` crate
kind/bug
Something isn't working
needs/design
Additional design discussion is required.
Bug Report
tracing-core
does not compile onthumbv6m-none-eabi
.Version
tracing-core
: 0.1.16Platform
Linux, but cross-compiling to
thumbv6m-non-eabi
Affected Crates
tracing-core
, and hence all downstreamtracing
cratesBug
Running
cargo check --no-default-features --target thumbv6m-none-eabi
intracing-core
fails.It seems that
compare-and-swap
(andalloc::sync
) are not enabled on this target: rust-lang/rust#51953The text was updated successfully, but these errors were encountered: