Closed JimLynchCodes closed 3 years ago
Your rustc is probably too old. This function was stabilized in 1.39.0. Try updating rustc,
thanks @bjorn3
After running rustup update
I can successfully start the examples. 👍
For anyone running into this still...
I ran into this error today with an updated rust
rustc 1.65.0 (897e37553 2022-11-02)
The only way I could get a new project with the bevy dependency to run was to switch to nightly.
on macOS 10.15.3