Bevy version
0.14.0
Relevant system information
If you cannot get Bevy to build or run on your machine, please include:
- the Rust version you're using (you can get this by running
cargo --version)
- the operating system or browser used, including its version
What you did
See rust-lang/rust#127979
What went wrong
We hit this line of unreachable code: https://github.com/rust-lang/rust/blob/master/library/std/src/sys/sync/once/futex.rs#L142
Additional information
Looks like a bug in the standard library and not Bevy itself. Still noting it because users might run into it and get very confused.
Bevy version
0.14.0
Relevant system information
If you cannot get Bevy to build or run on your machine, please include:
cargo --version)What you did
See rust-lang/rust#127979
What went wrong
We hit this line of unreachable code: https://github.com/rust-lang/rust/blob/master/library/std/src/sys/sync/once/futex.rs#L142
Additional information
Looks like a bug in the standard library and not Bevy itself. Still noting it because users might run into it and get very confused.