-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rendered Rustc book out of sync: wasm32-wasip2 should be documented as Tier-2 target #133206
Comments
My mistake, fixed in #133213 |
@alexcrichton I think the content in the document should also be updated? For example:
I guess (very likely) this is no longer true. I didn't dig into the differences, though. |
Besides, when will the published Rustc book website get updated? I think it should be updated when a stable release of Rust is announced, so the fixes should be "backported" to 1.82 rustc book? |
I believe that documentation about enabled features is correct, are you seeing otherwise though? I also believe the book is updated based on releases of Rust. For example there is:
(I could have outdated knowledge though) |
…ieyouxu Correct the tier listing of `wasm32-wasip2` This target is tier 2, not tier 3, and I forgot to update this. Closes rust-lang#133206
Rollup merge of rust-lang#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 rust-lang#133206
Location
Hi! Today I looked up rustc book for the support of wasm32-wasip2 target. I found the website is still documenting wasm32-wasip2 as a Tier-3 target.
And I looked up the source code.
rust/src/doc/rustc/src/platform-support.md
Line 196 in e6c1e14
The table has been updated, but the document of wasm32-wasip2 is still out of date.
rust/src/doc/rustc/src/platform-support/wasm32-wasip2.md
Line 3 in e6c1e14
These seems a bit weird to me:
This issue may also reflect some procedural issues when promoting a target? I saw #129997 and #129998, but they seem not to be enforcing syncs on the rustc book.
I don't know anything about the publication process of rustc book, but I think it should be at least updated when stable Rust 1.82 was announced.
Summary
The published website of rustc book is out of date, documenting wasm32-wasip2 as a Tier-3 target. The source code of rustc book is also partially out of data and out of sync.
The text was updated successfully, but these errors were encountered: