rust/compiler/rustc_passes
Guillaume Gomez 189bfc1e63
Rollup merge of #143279 - GuillaumeGomez:rm-itemkind-descr, r=oli-obk
Remove `ItemKind::descr` method

Follow-up of rust-lang/rust#143234.

After this PR is merged, it will remain two `descr` methods:

 * `hir::GenericArg::descr`
 * `hir::AssocItemConstraintKind::descr`

For both these enums, I don't think there is the right equivalent in `hir::DefKind` so unless I missed something, we can't remove these two methods because we can't convert these enums into `hir::DefKind`.

r? `@oli-obk`
2025-07-01 17:47:06 +02:00
..
src Rollup merge of #143279 - GuillaumeGomez:rm-itemkind-descr, r=oli-obk 2025-07-01 17:47:06 +02:00
Cargo.toml don't depend on rustc_attr_parsing if rustc_data_structures will do 2025-05-09 23:16:55 +02:00
messages.ftl Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obk 2025-07-01 08:33:00 +00:00