rust/compiler/rustc_passes
bors 9c3064e131 Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors
Retire hir::*ItemRef.

This information was kept for various places that iterate on HIR to know about trait-items and impl-items.

This PR replaces them by uses of the `associated_items` query that contain pretty much the same information.

This shortens many spans to just `def_span`, which can be easier to read.
2025-07-13 22:39:10 +00:00
..
src Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors 2025-07-13 22:39:10 +00:00
Cargo.toml Fix ICE for parsed attributes with longer path not handled by CheckAttrVisitor 2025-07-11 17:02:57 +02:00
messages.ftl Remove repr(align) code 2025-07-06 16:56:39 -04:00