mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 01:35:30 +00:00
const_panic: inline in bootstrap builds to avoid f16/f128 crashes This should fix https://github.com/rust-lang/rust/issues/133177. ``@uweigand`` could you test that?