Skip to content

Conversation

@flip1995
Copy link
Member

r? @ghost

changelog: none

flip1995 and others added 10 commits May 1, 2025 10:22
…ty-lint-for-rustc-middle, r=oli-obk

Handle `rustc_middle` cases of `rustc::potential_query_instability` lint

This PR removes `#![allow(rustc::potential_query_instability)]` line from [`compiler/rustc_middle/src/lib.rs`](https://github.com/rust-lang/rust/blob/master/compiler/rustc_middle/src/lib.rs#L29) and converts `FxHash{Map,Set}` types into `FxIndex{Map,Set}` to suppress lint errors.

A somewhat tracking issue: rust-lang/rust#84447

r? `@compiler-errors`
…bilee

Implement `Iterator::last` for `vec::IntoIter`

Avoid iterating everything when we have random access to the last element.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label May 15, 2025
@flip1995 flip1995 enabled auto-merge May 15, 2025 17:21
@flip1995 flip1995 added this pull request to the merge queue May 15, 2025
Merged via the queue into rust-lang:master with commit 0450db3 May 15, 2025
11 checks passed
@flip1995 flip1995 deleted the rustup branch May 15, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants