Uh oh!
There was an error while loading. Please reload this page.
Shorten def_span of closures to just their header - #98482
Conversation
rust-highfive
commented
Jun 25, 2022
Some changes occurred in src/tools/clippy. cc @rust-lang/clippy |
rust-highfive
commented
Jun 25, 2022
r? @estebank (rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
dc11e8f to
4fab055Compare
This comment has been minimized.
This comment has been minimized.
4fab055 to
985c8a8Compare
This comment has been minimized.
This comment has been minimized.
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Interestingly, we should probably point at the first where clause in this error as the primary span, but that's out of scope.
There was a problem hiding this comment.
Whould we also account for the where clause here when appropriate? (I think that type is the only case where you wouldn't want to due to syntactical ordering.)
Uh oh!
There was an error while loading. Please reload this page.
estebank
left a comment
There was a problem hiding this comment.
r=me after rebasing and optionally addressing the regression in E0596 (or filing a follow up ticket). Make it rollup=never.
55a498f to
4dd3d6dCompare
This comment has been minimized.
This comment has been minimized.
bors
commented
Jun 28, 2022
☔ The latest upstream changes (presumably #98222) made this pull request unmergeable. Please resolve the merge conflicts. |
4dd3d6d to
6784137Comparerustbot
commented
Jun 28, 2022
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
6784137 to
6be9f05Compareestebank
commented
Jun 28, 2022
@bors r+ rollup=never |
bors
commented
Jun 28, 2022
📌 Commit 6be9f059cbb3a8ed350ba66b5392c028f875acef has been approved by |
bors
commented
Jun 29, 2022
⌛ Testing commit 6be9f059cbb3a8ed350ba66b5392c028f875acef with merge bd86f533a02ad2bd48343719b946f7dd70a56f28... |
bors
commented
Jun 29, 2022
💔 Test failed - checks-actions |
de0339e to
d43fa93Comparecjgillot
commented
Jul 7, 2022
@bors r=estebank |
bors
commented
Jul 7, 2022
bors
commented
Jul 8, 2022
bors
commented
Jul 8, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Jul 8, 2022
Finished benchmarking commit (eba361a): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Footnotes |
cjgillot
commented
Jul 11, 2022
The regression is mostly in |
Mark-Simulacrum
commented
Jul 12, 2022
tt-muncher has been noisy lately, so dropping the regression label; this delta is within that noise bound. |
…=estebank Shorten def_span of closures to just their header Continuation of rust-lang#93967.
Continuation of #93967.