mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
5da1a1b59a
Add basic trait impls for `f16` and `f128` Split off part of <https://github.com/rust-lang/rust/pull/122470> so the compiler doesn't ICE because it expects primitives to have some minimal traits. Fixes <https://github.com/rust-lang/rust/issues/123074>