-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
stabilize inherent_str_constructors
#137277
stabilize inherent_str_constructors
#137277
Conversation
f7dde46
to
76a91bb
Compare
Should we reuse these previous const_stable feature gates? Being const-stabilized before being stabilized seems wired 🤔 |
not sure how that usually works, but at least when moving things to |
I think that’s a limitation around re-exports (if the version on the item in core said when it was made available in core, then the re-export in std would also show that version). This isn’t relevant here, the new methods can and should show the right version for their (const-)stabilization. I don’t know if reusing the same issue causes problems for that. |
ok, so i should change those versions all to |
For the methods where the |
Looks like the test changes triggered compiler labels r? tgross35 |
76a91bb
to
b24f775
Compare
@bors r+ rollup |
…iaskrgr Rollup of 9 pull requests Successful merges: - rust-lang#135296 (interpret: adjust vtable validity check for higher-ranked types) - rust-lang#137106 (Add customized compare for Link in rustdoc) - rust-lang#137253 (Restrict `bevy_ecs` `ParamSet` hack) - rust-lang#137262 (Make fewer crates depend on `rustc_ast_ir`) - rust-lang#137263 (Register `USAGE_OF_TYPE_IR_INHERENT`, remove inherent usages) - rust-lang#137266 (MIR visitor tweaks) - rust-lang#137269 (Pattern Migration 2024: properly label `&` patterns whose subpatterns are from macro expansions) - rust-lang#137277 (stabilize `inherent_str_constructors`) - rust-lang#137281 (Tweak "expected ident" parse error to avoid talking about doc comments) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#137277 - m4rch3n1ng:stabilize-inherent-str-constructors, r=tgross35 stabilize `inherent_str_constructors` fcp done in rust-lang#131114 (comment). tracking issue: rust-lang#131114 closes: rust-lang#131114
fcp done in #131114 (comment).
tracking issue: #131114
closes: #131114