mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +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?