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
Running cargo run outputs "aes disabled" as expected, but either crate does not get downloaded, i.e. cfg statement in Cargo.toml does not work as expected. And as a consequence adding #[cfg(target_feature="aes")] extern crate either; to main.rs results in a compilation error. Meanwhile RUSTFLAGS="-C target-feature=+aes" cargo run works as expected without any issues.
bolinfest, DzmitryFil, cbeck88, oli-cosmian, d-e-s-o and 6 more