mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
c7c5adbe64
This option was used to gate `f16` and `f128` when support across
backends and targets was inconsistent. We now have the rustc builtin cfg
`target_has_reliable{f16,f128}` which has taken over this usecase.
Remove no-f16-f128 since it is now unused and redundant.