-
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
Bump bootstrap to 1.60 #94290
Bump bootstrap to 1.60 #94290
Conversation
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy Some changes occurred in src/tools/rustfmt. |
@Mark-Simulacrum: no appropriate reviewer found, use r? to override |
r? @pietroalbini (but anyone can feel free to steal) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
d9bd5a5
to
bdbe0a6
Compare
r=me |
@bors r=pietroalbini rollup=never |
📌 Commit bdbe0a60b036a2779e981f6a665f7e7c1cfe7ce4 has been approved by |
⌛ Testing commit bdbe0a60b036a2779e981f6a665f7e7c1cfe7ce4 with merge e94a89f16b721e5906a0cd627e61d9cd264a1cca... |
💔 Test failed - checks-actions |
CI error:
|
|
@bors retry |
This comment has been minimized.
This comment has been minimized.
bdbe0a6
to
27d61ea
Compare
@bors r=pietroalbini |
📌 Commit 27d61eabf3f25b8b2324e9d550bd11b01f126889 has been approved by |
27d61ea
to
bcf6f1c
Compare
@bors r=pietroalbini |
📌 Commit bcf6f1c625b4311b17d8fb235172d52a938fad8b has been approved by |
library/core/src/panicking.rs
Outdated
@@ -84,8 +84,12 @@ fn panic_bounds_check(index: usize, len: usize) -> ! { | |||
panic!("index out of bounds: the len is {} but the index is {}", len, index) | |||
} | |||
|
|||
// This function is called directly by the codegen backend, and must not have | |||
// any extra arguments (including those synthesized by track_caller). It should | |||
// also not be called by regular Rust code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's okay to call this in regular Rust code, it's just that it doesn't really make much sense.
bcf6f1c
to
566f9de
Compare
@bors r=pietroalbini |
📌 Commit 566f9ded078b0b2e4d629a6bfa9dc9b753fb440a has been approved by |
☔ The latest upstream changes (presumably #93368) made this pull request unmergeable. Please resolve the merge conflicts. |
This function was updated in a recent PR (92911) to be called without the caller information passed in, but the function signature itself was not altered with cfg_attr at the time.
566f9de
to
3c62f2f
Compare
@bors r=pietroalbini -- rebased |
📌 Commit 3c62f2f has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (d981633): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
This bumps the bootstrap compiler to 1.60 and cleans up cfgs and Span's rustc_pass_by_value (enabled by the bootstrap bump).