mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
380c78741e
core: Limit remaining f16 doctests to x86_64 linux On s390x, every use of the f16 data type will currently ICE due to https://github.com/llvm/llvm-project/issues/50374, causing doctest failures on the platform. Most doctests were already restricted to certain platforms, so fix this by likewise restricting the remaining five.