mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 22:34:19 +00:00
These are `Self` in almost all printers except one, which can just store the state as a field instead. This simplifies the printer and allows for further simplifications, for example using `&mut self` instead of passing around the printer.