-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
cleanup: remove static lifetimes from consts #56500
Conversation
r? @zackmdavis (rust_highfive has picked a reviewer for you, use r? to override) |
@ljedrz I haven't worked on rustbuild much and can't estimate the work involved, but I wonder if you would have any interest in making it easy/possible to make Clippy and In any case, thanks for all your work!! 💖 @bors r+ |
📌 Commit d0c64bb has been approved by |
That would be cool indeed; sounds fun, I can try giving it a shot 👍. |
…mes, r=zackmdavis cleanup: remove static lifetimes from consts A follow-up to rust-lang#56497.
…mes, r=zackmdavis cleanup: remove static lifetimes from consts A follow-up to rust-lang#56497.
Rollup of 11 pull requests Successful merges: - #56315 (Rustdoc inline macro reexport) - #56332 ([rustdoc] Specific crate search) - #56362 (Stabilise exhaustive integer patterns) - #56426 (libsyntax_pos: A few tweaks) - #56441 (rustbuild: Fix issues with compiler docs) - #56446 (pass the parameter environment to `traits::find_associated_item`) - #56500 (cleanup: remove static lifetimes from consts) - #56525 (Avoid extra copy and syscall in std::env::current_exe) - #56528 (Remove unused dependency (rustc_lint -> rustc_mir)) - #56548 (Optimized string FromIterator + Extend impls) - #56553 (Don't print the profiling summary to stdout when -Zprofile-json is set) Failed merges: r? @ghost
☔ The latest upstream changes (presumably #56557) made this pull request unmergeable. Please resolve the merge conflicts. |
A follow-up to #56497.