1
Fork 0
rust/compiler/rustc_ty_utils
Lukas Markeffsky 67345f9203 remove useless parameter
Remove the `repr` parameter from the wrappers around `calc.univariant`,
because it's always defaulted. Only ADTs can have a repr and those call
`calc.layout_of_struct_or_enum` and not `calc.univariant`.
2025-02-18 13:22:46 +01:00
..
src remove useless parameter 2025-02-18 13:22:46 +01:00
Cargo.toml Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
messages.ftl s/generator/coroutine/ 2023-10-20 21:14:01 +00:00