Skip to content

Commit 330598e

Browse files
committed
train
1 parent 7d26df0 commit 330598e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/demoting-i686-pc-windows-gnu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author = "Noratrieb"
66
team = "Compiler Team <https://www.rust-lang.org/governance/teams/compiler>"
77
+++
88

9-
In Rust 1.87.0, the Tier 1 target `i686-pc-windows-gnu` will be demoted to Tier 2.
9+
In Rust 1.88.0, the Tier 1 target `i686-pc-windows-gnu` will be demoted to Tier 2.
1010
As a Tier 2 Target, builds will continue to be distributed for both the standard library and the compiler.
1111

1212
## Background
@@ -26,7 +26,7 @@ The 32-bit version of this target is especially problematic and has significantl
2626

2727
## What is changed?
2828

29-
After Rust 1.87.0, `i686-pc-windows-gnu` will now be Tier 2 with host tools.
29+
After Rust 1.88.0, `i686-pc-windows-gnu` will now be Tier 2 with host tools.
3030
For users, nothing will change immediately. Builds of both the standard library and the compiler will still be distributed by the Rust Project for use via `rustup` or alternative installation methods.
3131

3232
This does mean that in the future, this target will likely accumulate bugs faster because of the reduced testing.

0 commit comments

Comments
 (0)