doc: move riscv64a23-unknown-linux-gnu to tier 2#152556
doc: move riscv64a23-unknown-linux-gnu to tier 2#152556rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Conversation
|
r? @jieyouxu rustbot has assigned @jieyouxu. Use Why was this reviewer chosen?The reviewer was selected based on:
|
There was a problem hiding this comment.
The change itself looks fine to me.
However,
-Verified with "./x.py" test tidy
./x test tidy does not test the effect of this change. Can you adjust your PR description to refrain from claiming something is verified or tested with some command if they don't actually verify or test the change?
In theory it's possible to add automated checks to enforce the correspondence but the involved docs are markdown that doesn't always take the same format, so seems not worth.
@rustbot author
|
Reminder, once the PR becomes ready for a review, use |
|
You are right. I have removed that line from the description. |
|
@rustbot ready |
…er2, r=jieyouxu doc: move riscv64a23-unknown-linux-gnu to tier 2 This updates the platform support documentation to reflect that "riscv64a23-unknown-linux-gnu" is now Tier 2. -Docs-only change (no compiler/runtime behavior change). Fixes rust-lang#152539
…er2, r=jieyouxu doc: move riscv64a23-unknown-linux-gnu to tier 2 This updates the platform support documentation to reflect that "riscv64a23-unknown-linux-gnu" is now Tier 2. -Docs-only change (no compiler/runtime behavior change). Fixes rust-lang#152539
…uwer Rollup of 14 pull requests Successful merges: - #152323 (Fix ICE in borrowck when recovering `fn_sig` for `-> _`) - #152469 (Remove unused features) - #152515 (Extract `DepKindVTable` constructors to their own module) - #152555 (Port `#[rustc_diagnostic_item]` to the new attribute parsers) - #152218 (Report unconstrained region in hidden types lazily) - #152356 (Improve the `inline_fluent!` macro) - #152392 (Fix ICE in supertrait_vtable_slot when supertrait has missing generics) - #152407 (Add regression test for type_const with unit struct ctor under mGCA) - #152440 (Fix typos and grammar in compiler and build documentation) - #152536 (bootstrap: add explicit UTF-8 encoding to text-mode open() calls) - #152554 (Remove `deprecated_safe` and its corresponding feature gate) - #152556 (doc: move riscv64a23-unknown-linux-gnu to tier 2) - #152563 (Replace "bug" with "issue" in triagebot ping messages) - #152565 (fix missleading error for tuple ctor) Failed merges: - #152512 (core: Implement feature `float_exact_integer_constants`) - #152296 (Port `rust_nonnull_optimization_guaranteed` and `rustc_do_not_const_check` to the new attribute parser)
…uwer Rollup of 14 pull requests Successful merges: - #152323 (Fix ICE in borrowck when recovering `fn_sig` for `-> _`) - #152469 (Remove unused features) - #152515 (Extract `DepKindVTable` constructors to their own module) - #152555 (Port `#[rustc_diagnostic_item]` to the new attribute parsers) - #152218 (Report unconstrained region in hidden types lazily) - #152356 (Improve the `inline_fluent!` macro) - #152392 (Fix ICE in supertrait_vtable_slot when supertrait has missing generics) - #152407 (Add regression test for type_const with unit struct ctor under mGCA) - #152440 (Fix typos and grammar in compiler and build documentation) - #152536 (bootstrap: add explicit UTF-8 encoding to text-mode open() calls) - #152554 (Remove `deprecated_safe` and its corresponding feature gate) - #152556 (doc: move riscv64a23-unknown-linux-gnu to tier 2) - #152563 (Replace "bug" with "issue" in triagebot ping messages) - #152565 (fix missleading error for tuple ctor) Failed merges: - #152512 (core: Implement feature `float_exact_integer_constants`) - #152296 (Port `rust_nonnull_optimization_guaranteed` and `rustc_do_not_const_check` to the new attribute parser)
Rollup merge of #152556 - ozankenangungor:docs-riscv64a23-tier2, r=jieyouxu doc: move riscv64a23-unknown-linux-gnu to tier 2 This updates the platform support documentation to reflect that "riscv64a23-unknown-linux-gnu" is now Tier 2. -Docs-only change (no compiler/runtime behavior change). Fixes #152539
This updates the platform support documentation to reflect that "riscv64a23-unknown-linux-gnu" is now Tier 2.
-Docs-only change (no compiler/runtime behavior change).
Fixes #152539