-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 #126581
Rollup of 3 pull requests #126581
Conversation
PR rust-lang#121208 converted this from a `span_delayed_bug` to a `span_bug` because nothing in the test suite caused execution to hit this path. But now fuzzing has found a test case that does hit it. So this commit converts it back to `span_delayed_bug` and adds the relevant test. Fixes rust-lang#126385.
…ugg, r=oli-obk Make suggestion to change `Fn` to `FnMut` work with methods as well Fixes rust-lang#125325 The issue occurred because the code that emitted the suggestion to change `Fn` to `FnMut` worked only for function calls and not method calls. This PR makes it work with methods as well.
Convert a `span_bug` to a `span_delayed_bug`. PR rust-lang#121208 converted this from a `span_delayed_bug` to a `span_bug` because nothing in the test suite caused execution to hit this path. But now fuzzing has found a test case that does hit it. So this commit converts it back to `span_delayed_bug` and adds the relevant test. Fixes rust-lang#126385. r? `@lcnr`
…ion, r=bjorn3 Add `run-make/const_fn_mir` missing test annotation Fixes comment from rust-lang#126270. r? `@bjorn3`
@bors r+ p=3 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: e23ae72ac7 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (3baa20b): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @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)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary -3.4%)This 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 671.588s -> 669.445s (-0.32%) |
Regression might be noise (and isn't big enough to care about even if it isn't) @rustbot label: +perf-regression-triaged |
Successful merges:
Fn
toFnMut
work with methods as well #126226 (Make suggestion to changeFn
toFnMut
work with methods as well)span_bug
to aspan_delayed_bug
. #126570 (Convert aspan_bug
to aspan_delayed_bug
.)run-make/const_fn_mir
missing test annotation #126580 (Addrun-make/const_fn_mir
missing test annotation)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup