Open
Description
I am wishing to ship a program with governor to armv5te
target. However, due to the fact that AtomicU64
doesn't exist on the target, I am getting the following:
|
56 | pub use std::sync::atomic::{AtomicI64, AtomicU64};
| ^^^^^^^^^ ^^^^^^^^^ no `AtomicU64` in `sync::atomic`
| |
| no `AtomicI64` in `sync::atomic`
|
help: a similar name exists in the module
|
56 | pub use std::sync::atomic::{AtomicI8, AtomicU64};
| ^^^^^^^^
help: a similar name exists in the module
|
56 | pub use std::sync::atomic::{AtomicI64, AtomicU8};
| ^^^^^^^^
Is there anyway to work around?
Metadata
Metadata
Assignees
Labels
No labels