-
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
Rollup of 6 pull requests #97468
Rollup of 6 pull requests #97468
Conversation
Neither the number of elements in a vector can overflow a `usize`, nor can the amount of elements in two vectors.
…lacrum Remove impossible panic note from `Vec::append` Neither the number of elements in a vector can overflow a `usize`, nor can the amount of elements in two vectors.
…tly, r=Mark-Simulacrum Print stderr consistently Solves rust-lang#96712 I tried to follow what I perceived as the general consensus for error messages in boostrap i.e messages that were .. * resulting from an Err(...) => * literally called as "Error: ...." * by the end of the block scope forced to run a panic! or process::exit with a guaranteed non-zero error code.
rename `TyKind` to `RegionKind` in comment in rustc_middle
…rrors Add regression test for rust-lang#81899 Closes rust-lang#81899 r? `@compiler-errors`
…r=compiler-errors Modify `derive(Debug)` to use `Self` in struct literal to avoid redundant error Reduce verbosity in rust-lang#97343.
…=notriddle Add more eslint rules The last one is the most useful of this batch. :) Here are the links for the eslint rules: * [arrow-parens](https://eslint.org/docs/rules/arrow-parens) * [no-unused-vars](https://eslint.org/docs/rules/no-unused-vars) * [eqeqeq](https://eslint.org/docs/rules/eqeqeq) r? `@notriddle`
@bors r+ rollup=never p=6 |
📌 Commit b37b735 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (2aae802): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesThis benchmark run did not return any relevant results for this metric. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Successful merges:
Vec::append
#95214 (Remove impossible panic note fromVec::append
)TyKind
toRegionKind
in comment in rustc_middle #97453 (renameTyKind
toRegionKind
in comment in rustc_middle)derive(Debug)
to useSelf
in struct literal to avoid redundant error #97458 (Modifyderive(Debug)
to useSelf
in struct literal to avoid redundant error)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup