Closed
Description
I tried this code:
cargo new cyclone_test
cd cyclone_test
cargo build --target=aarch64-apple-ios
I expected to see this happen: explanation
no errors or warnings
Instead, this happened: explanation
multiple copies of
'+cyclone' is not a recognized feature for this target (ignoring feature)
Meta
rustc --version --verbose
:
rustc 1.45.0 (5c1f21c3b 2020-07-13)
binary: rustc
commit-hash: 5c1f21c3b82297671ad3ae1e8c942d2ca92e84f2
commit-date: 2020-07-13
host: x86_64-apple-darwin
release: 1.45.0
LLVM version: 10.0
Backtrace
(not applicable)