rust/tests/assembly/stack-protector
Jacob Pratt 8cac259347
Rollup merge of #137957 - Noratrieb:no, r=wesleywiser
Remove i586-pc-windows-msvc

See [MCP 840](https://github.com/rust-lang/compiler-team/issues/840).

I left a specialized error message that should help users that hit this in the wild (for example, because they use it in their CI).

```
error: Error loading target specification: the `i586-pc-windows-msvc` target has been removed. Use the `i686-pc-windows-msvc` target instead.
       Windows 10 (the minimum required OS version) requires a CPU baseline of at least i686 so you can safely switch. Run `rustc --print target-list` for a list of built-in targets
```

``@workingjubilee`` ``@calebzulawski`` fyi portable-simd uses this target in CI, if you wanna remove it already before this happens
2025-03-07 21:57:50 -05:00
..
stack-protector-heuristics-effect-windows-32bit.rs Run rustfmt on tests/assembly/. 2024-05-30 16:15:46 +10:00
stack-protector-heuristics-effect-windows-64bit.rs Run rustfmt on tests/assembly/. 2024-05-30 16:15:46 +10:00
stack-protector-heuristics-effect.rs fix label suffix 2025-02-20 13:31:12 -05:00
stack-protector-target-support.rs Remove i586-pc-windows-msvc 2025-03-03 20:15:25 +01:00