Skip to content

Improve grammar of i686 demotion #1620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/demoting-i686-pc-windows-gnu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down