You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/demoting-i686-pc-windows-gnu.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author = "Noratrieb"
6
6
team = "Compiler Team <https://www.rust-lang.org/governance/teams/compiler>"
7
7
+++
8
8
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.
10
10
As a Tier 2 Target, builds will continue to be distributed for both the standard library and the compiler.
11
11
12
12
## Background
@@ -26,7 +26,7 @@ The 32-bit version of this target is especially problematic and has significantl
26
26
27
27
## What is changed?
28
28
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.
30
30
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.
31
31
32
32
This does mean that in the future, this target will likely accumulate bugs faster because of the reduced testing.
0 commit comments