mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
aabbf84b45
Replace `f16` and `f128` pattern matching stubs with real implementations This section of code depends on `rustc_apfloat` rather than our internal types, so this is one potential ICE that we should be able to melt now. r? `@Nadrieril`