rust/compiler/rustc_symbol_mangling
Nilstrieb 5acf26b97e Make `ty::print::Printer` take `&mut self` instead of `self`
This simplifies the code by removing all the `self` assignments and
makes the flow of data clearer - always into the printer.
Especially in v0 mangling, which already used  `&mut self` in some
places, it gets a lot more uniform.
2023-10-21 11:33:05 +02:00
..
src Make `ty::print::Printer` take `&mut self` instead of `self` 2023-10-21 11:33:05 +02:00
Cargo.toml Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` 2023-04-18 18:56:22 +00:00
messages.ftl Simplify message paths 2023-03-11 22:51:57 +01:00