We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo build --release --target thumbv6m-none-eabi Compiling cty v0.2.1 Compiling memchr v2.3.3 Compiling cstr_core v0.2.2 error[E0432]: unresolved import alloc::sync --> C:*****.cargo\registry\src\github.com-1ecc6299db9ec823\cstr_core-0.2.2\src\lib.rs:21:12 | 21 | use alloc::sync::Arc; | ^^^^ could not find sync in alloc
alloc::sync
sync
alloc
error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
You'll want to disable the arc feature on that target.
arc
Sorry, something went wrong.
No branches or pull requests
cargo build --release --target thumbv6m-none-eabi
Compiling cty v0.2.1
Compiling memchr v2.3.3
Compiling cstr_core v0.2.2
error[E0432]: unresolved import
alloc::sync
--> C:*****.cargo\registry\src\github.com-1ecc6299db9ec823\cstr_core-0.2.2\src\lib.rs:21:12
|
21 | use alloc::sync::Arc;
| ^^^^ could not find
sync
inalloc
error: aborting due to previous error
The text was updated successfully, but these errors were encountered: