Skip to content

Stabilize const_exposed_provenance feature - #145462

Merged
bors merged 1 commit into
rust-lang:masterfrom
Kivooeo:stabilize-const_exposed_provenance
Aug 16, 2025
Merged

Stabilize const_exposed_provenance feature#145462
bors merged 1 commit into
rust-lang:masterfrom
Kivooeo:stabilize-const_exposed_provenance

Conversation

@Kivooeo

Copy link
Copy Markdown
Member

This closestracking issue and stabilises fn with_exposed_provenance and fn with_exposed_provenance_mut in const

@rustbot

Copy link
Copy Markdown
Collaborator

r? @thomcc

rustbot has assigned @thomcc.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Aug 15, 2025
@RalfJung

Copy link
Copy Markdown
Member

Thanks!

@bors r+ rollup

@bors

bors commented Aug 15, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 5ee2224 has been approved by RalfJung

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 15, 2025
@jhprattjhpratt mentioned this pull request Aug 15, 2025
bors added a commit that referenced this pull request Aug 15, 2025
Rollup of 11 pull requests
Successful merges:
- #143717 (Add `Default` impls for `Pin`ned `Box`, `Rc`, `Arc`)
- #144054 (Stabilize as_array_of_cells)
- #144907 (fix: Reject async assoc fns of const traits/impls in ast_passes)
- #144922 (Implement `#[derive(From)]`)
- #144963 (Stabilize `core::iter::chain`)
- #145436 (fix(tests/rmake/wasm-unexpected-features): change features from `WASM1` to `MVP`)
- #145453 (Remove duplicated tracing span in bootstrap)
- #145454 (Fix tracing debug representation of steps without arguments in bootstrap)
- #145455 (Do not copy files in `copy_src_dirs` in dry run)
- #145462 (Stabilize `const_exposed_provenance` feature)
- #145466 (Enable new `[range-diff]` feature in triagebot)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 2a9bb56 into rust-lang:masterAug 16, 2025
10 checks passed
@rustbotrustbot added this to the 1.91.0 milestone Aug 16, 2025
rust-timer added a commit that referenced this pull request Aug 16, 2025
Rollup merge of #145462 - Kivooeo:stabilize-const_exposed_provenance, r=RalfJung
Stabilize `const_exposed_provenance` feature
This closes [tracking issue](#144538) and stabilises `fn with_exposed_provenance` and `fn with_exposed_provenance_mut` in const
@jhpratt

Copy link
Copy Markdown
Member

still in queue; merged in #145475

@bors r-

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Aug 16, 2025
github-actionsBot pushed a commit to model-checking/verify-rust-std that referenced this pull request Aug 18, 2025
…ovenance, r=RalfJung
Stabilize `const_exposed_provenance` feature
This closes [tracking issue](rust-lang#144538) and stabilises `fn with_exposed_provenance` and `fn with_exposed_provenance_mut` in const
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-authorStatus: This is awaiting some action (such as code changes or more information) from the author.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tracking Issue for const_exposed_provenance

6 participants

@Kivooeo@rustbot@RalfJung@bors@jhpratt@thomcc