rust/compiler/rustc_const_eval
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 Replace in-tree rustc_apfloat with the new version of the crate 2023-07-26 10:20:15 -04:00
messages.ftl more precise error for 'based on misaligned pointer' case 2023-10-15 18:13:33 +02:00