Files
rust/compiler
Matthias Krüger b29c9a3588 Rollup merge of #142305 - GuillaumeGomez:remove-visit_id-EarlyContextAndPass, r=oli-obk
Remove unneeded `check_id` calls as they are already called in `visit_id` in `EarlyContextAndPass` type

Follow-up from [this message](https://github.com/rust-lang/rust/pull/142240/files#r2137474724).

Since `check_id` is already called in `visit_id` which is supposed to be called for each item with an ID, we don't need to manually call `check_id`.

r? `@oli-obk`
2025-06-11 22:58:26 +02:00
..
2025-06-03 10:52:32 -07:00
2025-06-06 14:20:48 +00:00
2025-05-30 02:28:35 +10:00
2025-05-12 15:33:37 +02:00
2025-06-03 14:23:56 +02:00