-
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 #100174
Rollup of 6 pull requests #100174
Conversation
…ref-for-binding-pattern, r=estebank Suggest adding/removing `ref` for binding patterns This fixes what a fixme comment says. r? `@estebank`
…ckh726 Use `node_type_opt` to skip over generics that were not expected Fixes rust-lang#100154
…d-of-repeated-push, r=Dylan-DPC rustdoc: use `collect()` instead of repeatedly pushing
…-98246, r=joshtriplett kmc-solid: Add a stub implementation of rust-lang#98246 (`File::set_times`) Fixes the build failure of the [`*-kmc-solid_*`](https://doc.rust-lang.org/nightly/rustc/platform-support/kmc-solid.html) Tier 3 targets after rust-lang#98246. This target does not support setting a modification time and access time separately, hence stubbing out the implementation.
…ylan-DPC Remove more Clean trait implementations Follow-up of rust-lang#99638. r? `@notriddle`
…or_missing_type_in_a_const_item, r=compiler-errors Improve diagnostics for `const a: = expr;` Adds a suggestion to write a type when there is a colon, but the type is not present. I've also shrunk spans a little, so the suggestions are a little nicer. Resolves rust-lang#100146 r? `@compiler-errors`
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (affe0d3): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Successful merges:
ref
for binding patterns #99835 (Suggest adding/removingref
for binding patterns)node_type_opt
to skip over generics that were not expected #100155 (Usenode_type_opt
to skip over generics that were not expected)collect()
instead of repeatedly pushing #100157 (rustdoc: usecollect()
instead of repeatedly pushing)File::set_times
) #100158 (kmc-solid: Add a stub implementation of Support setting file accessed/modified timestamps #98246 (File::set_times
))const a: = expr;
#100168 (Improve diagnostics forconst a: = expr;
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup