dtolnay/anyhow

anyhow-1.0.71 does not compile on stable rust

IceTDrinker opened this issue · 2 comments

Hello could not find an issue about this

error[E0554]: `#![feature]` may not be used on the stable release channel
   --> /home/redacted/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.71/src/lib.rs:214:32
    |
214 | #![cfg_attr(backtrace, feature(error_generic_member_access, provide_any))]
    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0554]: `#![feature]` may not be used on the stable release channel
   --> /home/redacted/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.71/src/lib.rs:214:61
    |
214 | #![cfg_attr(backtrace, feature(error_generic_member_access, provide_any))]
    |                                                             ^^^^^^^^^^^

rustc --version
rustc 1.69.0 (84c898d65 2023-04-16)

Edit: this happens while trying to run some tests on code using anyhow

Same issues here

image