rust-osdev/acpi

AML: Uses bool_to_option feature but does not declare it

rw-vanc opened this issue · 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.

This is clearly some weirdness between Redox compilation and Rust compilation.