- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 172
 
Closed
Description
When starting a brand new project and adding anyhow = "1.0" or anyhow = "=1.0.60" to the dependencies, the build/check fails with:
% cargo check
    Checking anyhow v1.0.60
error[E0554]: `#![feature]` may not be used on the stable release channel
   --> /home/silmeth/.cargo/registry/src/gitproxy.zycloud.tk-1ecc6299db9ec823/anyhow-1.0.60/src/lib.rs:214:32
    |
214 | #![cfg_attr(backtrace, feature(backtrace))]
    |                                ^^^^^^^^^
For more information about this error, try `rustc --explain E0554`.
error: could not compile `anyhow` due to previous error
zsh: exit 101   cargo check
It passes with anyhow = "=1.0.59" though.
Using:
% rustc --version
rustc 1.62.1 (e092d0b6b 2022-07-16)
tatsuya6502, Equim-chan, nashley, Banyc, chpio and 8 more
Metadata
Metadata
Assignees
Labels
No labels