rust/compiler/rustc_data_structures
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 windows bump to 0.52 2024-02-18 16:02:16 +03:00