rw-vanc opened this issue 3 years ago · 1 comments
aml/lib.rs line 648 calls .then_some which is an unstable feature. It compiles fine with cargo test but does not compile when I include the aml crate in my own code.
aml/lib.rs
.then_some
cargo test
This is clearly some weirdness between Redox compilation and Rust compilation.