-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Prepare Rust 1.85.0 stable release #137181
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)
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
@bors r+ rollup=never p=1000 |
This comment has been minimized.
This comment has been minimized.
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
@bors r+ |
☀️ Test successful - checks-actions |
Shouldn't a |
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 includes a relnotes sync and a few last-minute backports:
literal_string_with_formatting_args
lint category to nursery [beta] Clippy beta backport #136982extended_varargs_abi_support
[beta] Backport unstabilization of extended varargs abi support #136934r? cuviper