about summary refs log tree commit diff
path: root/compiler/rustc_serialize/src/serialize.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-02-17 06:38:17 +0100
committerGitHub <noreply@github.com>2025-02-17 06:38:17 +0100
commit183fc30867571cc585020999b42b0f5244dfda4a (patch)
tree7cb180410797740bf90fa25265d3e1e34a5039f2 /compiler/rustc_serialize/src/serialize.rs
parent3293afbef7388dbdab99ebb8a7b10711b42f1232 (diff)
parent1c66d5bed9e6444923c04937f5a28bfcec427ec0 (diff)
downloadrust-183fc30867571cc585020999b42b0f5244dfda4a.tar.gz
rust-183fc30867571cc585020999b42b0f5244dfda4a.zip
Rollup merge of #137149 - Noratrieb:wtf-is-this-target, r=RalfJung
Remove SSE ABI from i586-pc-windows-msvc

As an i586 target, it should not have SSE. This caused the following warning to be emitted:

```
warning: target feature `sse2` 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: 1 warning emitted
```

see #116344.

r? RalfJung
Diffstat (limited to 'compiler/rustc_serialize/src/serialize.rs')
0 files changed, 0 insertions, 0 deletions