about summary refs log tree commit diff
path: root/tests/ui/target-feature/abi-required-target-feature-flag-disable.x86.stderr
blob: 02398d27501c8c345e3908a52336aa7b8c16777c (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: target feature `x87` must be enabled to ensure that the ABI of the current target can be implemented correctly
   |
   = note: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
   = note: for more information, see issue #116344 <https://github.com/rust-lang/rust/issues/116344>

warning: unstable feature specified for `-Ctarget-feature`: `x87`
   |
   = note: this feature is not stably supported; its behavior can change in the future

warning: 2 warnings emitted