From 4a9d65c2f0c80a121ff11ca82566127b5049b878 Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 26 May 2025 16:10:30 +0200 Subject: [PATCH] Improve grammar of i686 demotion These parts felt a bit wrong while reading it again. --- content/demoting-i686-pc-windows-gnu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/demoting-i686-pc-windows-gnu.md b/content/demoting-i686-pc-windows-gnu.md index 2f4014b10..9e806a57e 100644 --- a/content/demoting-i686-pc-windows-gnu.md +++ b/content/demoting-i686-pc-windows-gnu.md @@ -27,12 +27,12 @@ We do not have a lot of expertise for this toolchain, and issues often aren't fi The 32-bit version of this target is especially problematic and has significantly less usage than `x86_64-pc-windows-gnu`, which is why `i686-pc-windows-gnu` is being demoted to Tier 2. -## What is changed? +## What changes? After Rust 1.88.0, `i686-pc-windows-gnu` will now be Tier 2 with host tools. 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. -This does mean that in the future, this target will likely accumulate bugs faster because of the reduced testing. +This does mean that this target will likely accumulate bugs faster in the future because of the reduced testing. ## Future