-
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 6 pull requests #121188
Rollup of 6 pull requests #121188
Conversation
…r if the check-cfg list is updated
…r-errors suggest `into_iter()` when `Iterator` method called on `impl IntoIterator` Fix for issue rust-lang#117711.
Avoid an ICE in diagnostics fixes rust-lang#121004 just a slice usage in diagnostics code. Sadly we can't yet bubble the `ErrorGuaranteed` from wf check to borrowck for these cases, as that causes cycle errors iirc
… r=davidtwco For E0038, suggest associated type if available Closes rust-lang#116434
…rgau,Nilstrieb Add clippy into the known `cfg` list In clippy, we are removing the `feature = "cargo-clippy"` cfg to replace it with `clippy` in rust-lang/rust-clippy#12292. But for it to work, we need to declare `clippy` as cfg. It makes it more coherent with other existing tools like rustdoc. cc `@flip1995`
allow mutable references in const values when they point to no memory Fixes rust-lang#120450 The second commit is just some drive-by test suite cleanup. r? `@oli-obk`
…_impls, r=cjgillot Fix an ICE in the recursion lint fixes rust-lang#121170 I looked into it, and there is no good path towards tainting mir_build (where the ICE happens), but using `try_normalize` in a lint seems generally better anyway
@bors r+ p=5 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: ae9d7b0c64 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (d2e8ecd): 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.
CyclesResultsThis 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: 638.61s -> 639.468s (0.13%) |
Successful merges:
into_iter()
whenIterator
method called onimpl IntoIterator
#119928 (suggestinto_iter()
whenIterator
method called onimpl IntoIterator
)cfg
list #121137 (Add clippy into the knowncfg
list)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup