about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-11-19 22:24:48 +0100
committerGitHub <noreply@github.com>2024-11-19 22:24:48 +0100
commit2467654917affe354b6b5fc4fae464c07ecbf2e9 (patch)
tree621cacf54230aa1eab2e27f78dfd146f7272c3aa
parent49aec06ab0df5164ea2fddb4cac317549cf369cb (diff)
parent616013fc49bc6cb7a627c64114bfdd9784ae6d0c (diff)
downloadrust-2467654917affe354b6b5fc4fae464c07ecbf2e9.tar.gz
rust-2467654917affe354b6b5fc4fae464c07ecbf2e9.zip
Rollup merge of #133213 - alexcrichton:fix-tier-listing, r=jieyouxu
Correct the tier listing of `wasm32-wasip2`

This target is tier 2, not tier 3, and I forgot to update this.

Closes #133206
-rw-r--r--src/doc/rustc/src/platform-support/wasm32-wasip2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/wasm32-wasip2.md b/src/doc/rustc/src/platform-support/wasm32-wasip2.md
index bb2348b201e..40049ecfa5f 100644
--- a/src/doc/rustc/src/platform-support/wasm32-wasip2.md
+++ b/src/doc/rustc/src/platform-support/wasm32-wasip2.md
@@ -1,6 +1,6 @@
 # `wasm32-wasip2`
 
-**Tier: 3**
+**Tier: 2**
 
 The `wasm32-wasip2` target is a new and still (as of January 2024) an
 experimental target. This target is an extension to `wasm32-wasip1` target,