-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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 3 pull requests #110390
Rollup of 3 pull requests #110390
Conversation
This test was ignored long ago in rust-lang#20578 when the syntax for closures was changed. The current status is that a closure with an explicit `!` return type will trigger the `unreachable_code` lint which appears to be the original intent of the test (rust-lang#16836). A closure without a return type won't trigger the lint since the `!` type isn't inferred (AFAIK). This restores the test to its original form.
This test was fixed by rust-lang#65989
It makes for confusing code. This was introduced in a large commit in rust-lang#67886 that rearranged a lot of `use` statements. I suspect it was an accident.
Convert comment to doc comment on `Interner::get`.
…rrors Update some ignored tests. This unignores some tests which no longer need to be ignored (see individual commits for reasons why). This also adds some descriptions to why tests are ignored so they can be seen in the test output.
…t, r=fee1-dead Don't `use rustc_hir as ast`(!) It makes for confusing code. This was introduced in a large commit in rust-lang#67886 that rearranged a lot of `use` statements. I suspect it was an accident.
@bors r+ rollup=never p=3 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 2a71115261 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (e6e956d): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
Regression is subsequently reverted by #110391 (comment) |
Successful merges:
Interner::get
. #110376 (Convert comment to doc comment onInterner::get
.)use rustc_hir as ast
(!) #110387 (Don'tuse rustc_hir as ast
(!))Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup