#Bevy 0.9 not compiling on macOS

2 messages · Page 1 of 1 (latest)

subtle leaf
#

I have a simple project that just imports bevy 0.9 and tries to compile a hello-world project

error[E0554]: `#![feature]` may not be used on the stable release channel
   --> /Users/.cargo/registry/src/github.com-1ecc6299db9ec823/thiserror-1.0.37/src/lib.rs:238:34
    |
238 | #![cfg_attr(provide_any, feature(provide_any))]

my setup:

stable-x86_64-apple-darwin (default)
rustc 1.65.0 (897e37553 2022-11-02)

Am I the only one having this issue?

subtle leaf
#

It seems that cargo clean does the trick!