Skip to content
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

Fix stable(since) attribute for BTreeMap::remove_entry #71575

Merged
merged 1 commit into from
Apr 26, 2020

Conversation

jplatte
Copy link
Contributor

@jplatte jplatte commented Apr 26, 2020

Stabilized in #70712.

Maybe checking that the since attributes are added correctly should be automated through tidy? This is the third PR I'm opening that fixes a stable(since) attribute for something meant to be stabilized in 1.43 / 1.44 initially but then only stabilized in 1.45. (the other two are #71571, #71574)

@rust-highfive
Copy link
Collaborator

r? @kennytm

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 26, 2020
@Mark-Simulacrum
Copy link
Member

We don't have a canonical source for the current version number (it's usually bumped with one or two days of latency). I'd prefer to not automate it as such.

Personally I'm not sure how much value we get from these annotations either...

@Mark-Simulacrum
Copy link
Member

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Apr 26, 2020

📌 Commit 35eae4b has been approved by Mark-Simulacrum

@bors bors 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 Apr 26, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Apr 26, 2020
Rollup of 5 pull requests

Successful merges:

 - rust-lang#71490 (Cleanup and document `-C relocation-model`)
 - rust-lang#71562 (fix more clippy warnings)
 - rust-lang#71571 (Fix since attribute for nonzero_bitor impl's)
 - rust-lang#71574 (proc_macro: Fix since attributes for new Span methods)
 - rust-lang#71575 (Fix stable(since) attribute for BTreeMap::remove_entry)

Failed merges:

r? @ghost
@bors bors merged commit aa9dc69 into rust-lang:master Apr 26, 2020
@jplatte jplatte deleted the patch-4 branch April 26, 2020 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants