rust/compiler/rustc_smir
Stuart Cook 13cd5256ac
Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk
Overhaul `AssocItem`

`AssocItem` has multiple fields that only make sense some of the time. E.g. the `name` can be empty if it's an RPITIT associated type. It's clearer and less error prone if these fields are moved to the relevant `kind` variants.

r? ``@fee1-dead``
2025-04-15 15:47:27 +10:00
..
src Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obk 2025-04-15 15:47:27 +10:00
.gitignore Add 'compiler/rustc_smir/' from commit '9abcb5c7b5' 2022-06-02 10:07:25 +00:00
Cargo.toml let rustc_smir host stable_mir for refactoring 2025-04-05 18:23:07 +08:00