rust/compiler/rustc_infer
Matthias Krüger 8af4a3f9cd
Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk
Make `ty::print::Printer` take `&mut self` instead of `self`

based on #116815

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-23 22:26:29 +02:00
..
src Rollup merge of #116859 - Nilstrieb:more-more-funny-pretty-printers, r=oli-obk 2023-10-23 22:26:29 +02:00
Cargo.toml Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
messages.ftl s/generator/coroutine/ 2023-10-20 21:14:01 +00:00