Prepare Rust 1.85.0 stable release#137181
Merged
bors merged 7 commits intorust-lang:stablefrom Feb 17, 2025
Merged
Conversation
…rust-lang#14014) This PR changes literal_string_with_formatting_args category from `suspicious` to `nursery` since there are thousands of false positive on GitHub. Closes rust-lang#13989 since it's no longer problematic with such false positive with ~~`pedantic`~~ `nursery` category. changelog: [`literal_string_with_formatting_args` ] change category to `nursery` from `suspicious`
(cherry picked from commit a6ee2f4)
Collaborator
|
Collaborator
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
Member
Author
|
@bors r+ rollup=never p=1000 |
Collaborator
This comment has been minimized.
This comment has been minimized.
Collaborator
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
Member
Author
|
@bors r+ |
Collaborator
Collaborator
This was referenced Feb 17, 2025
Collaborator
|
☀️ Test successful - checks-actions |
Member
|
Shouldn't a |
Member
Author
|
This PR is just the build, which was posted for pre-release testing. I'm now running the final push to production which will include the tag and github release. You can find the process documented here: https://forge.rust-lang.org/release/process.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This includes a relnotes sync and a few last-minute backports:
literal_string_with_formatting_argslint category to nursery [beta] Clippy beta backport #136982extended_varargs_abi_support[beta] Backport unstabilization of extended varargs abi support #136934r? cuviper