Conversation
|
PR LGTM; just needs FCP. @rustbot label +needs-fcp |
|
@rfcbot merge libs-api |
|
Team member @the8472 has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
|
🔔 This is now entering its final comment period, as per the review above. 🔔 |
|
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. |
|
@bors r+ rollup |
|
📋 This PR cannot be approved because it currently has the following label: |
|
@bors r+ rollup |
… r=jhpratt Stabilize `str_as_str` - Tracking issue: rust-lang#130366 - Needs FCP - `ByteStr` methods remain gated behind `bstr` feature gate (rust-lang#134915) Closes rust-lang#130366
Rollup of 6 pull requests Successful merges: - #152929 (Tighten the `!range` bounds on alignments in vtables) - #151603 (Stabilize `str_as_str`) - #152878 (Remove two more flaky assertions from `oneshot` tests) - #152915 (Error on attempt to construct scalable vector type) - #152925 (Improve runtest revision redundant cfg check) - #152928 (Update wasm-component-ld)
Rollup of 6 pull requests Successful merges: - #152929 (Tighten the `!range` bounds on alignments in vtables) - #151603 (Stabilize `str_as_str`) - #152878 (Remove two more flaky assertions from `oneshot` tests) - #152915 (Error on attempt to construct scalable vector type) - #152925 (Improve runtest revision redundant cfg check) - #152928 (Update wasm-component-ld)
|
This PR caused a regression: #152961 |
… r=jhpratt Revert "Stabilize `str_as_str`" Reverts rust-lang#151603, clean revert. Fixes rust-lang#152961
… r=jhpratt Revert "Stabilize `str_as_str`" Reverts rust-lang#151603, clean revert. Fixes rust-lang#152961
… r=jhpratt Revert "Stabilize `str_as_str`" Reverts rust-lang#151603, clean revert. Fixes rust-lang#152961
nightly-2026-02-22+ includes the str::as_str() stabilization (rust-lang/rust#151603) which shadows shellexpand 3.1.1's WstrExt::as_str() trait method, causing a compile error. Pin to nightly-2026-02-21 and invoke cargo-udeps directly since `just check-udeps` hardcodes `cargo +nightly`. Revert once rust-lang/rust#152963 lands in nightly.
nightly-2026-02-22+ includes the str::as_str() stabilization (rust-lang/rust#151603) which shadows shellexpand 3.1.1's WstrExt::as_str() trait method, causing a compile error. Pin to nightly-2026-02-21 and invoke cargo-udeps directly since `just check-udeps` hardcodes `cargo +nightly`. Revert once rust-lang/rust#152963 lands in nightly.
Revert "Stabilize `str_as_str`" Reverts rust-lang/rust#151603, clean revert. Fixes rust-lang/rust#152961
str::as_str()& friends #130366ByteStrmethods remain gated behindbstrfeature gate (Tracking Issue for ByteStr/ByteString #134915)Closes #130366