rust/compiler/rustc_hir
Nicholas Nethercote 58a06b6a99 Remove enum_from_u32.
It's a macro that just creates an enum with a `from_u32` method. It has
two arms. One is unused and the other has a single use.

This commit inlines that single use and removes the whole macro. This
increases readability because we don't have two different macros
interacting (`enum_from_u32` and `language_item_table`).
2024-05-09 09:01:59 +10:00
..
src Remove enum_from_u32. 2024-05-09 09:01:59 +10:00
Cargo.toml Remove unnecessary dependencies. 2023-11-26 08:38:42 +11:00