bevyengine/bevy

Main branch fails to compile on Rust beta.

Closed this issue · 2 comments

Weekly CI run has failed.

The offending run.

BD103 commented

Nice! Looks like some primitive constants have been stabilized. See the offending lint for more details. The failure is specifically due to the use of std::f32::EPSILON in the bevy_math crate.

BD103 commented

This will be closed by #13267.