When testing with RUSTFLAGS=-Zallow-features= cargo +nightly test to emulate the upcoming stable compiler eyre 0.6.9 attempts to use an unstable feature anyway and fails to build
error[E0725]: the feature `rustdoc_missing_doc_code_examples` is not in the list of allowed features
Error: --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/eyre-0.6.9/src/lib.rs:320:13
|
320 | feature(rustdoc_missing_doc_code_examples),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^