rust/compiler/rustc_const_eval/src
Samuel Tardieu a1e41a0227
Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillot
`Printer` cleanups

The trait `Printer` is implemented by six types, and the sub-trait `PrettyPrinter` is implemented by three of those types. The traits and the impls are complex and a bit of a mess. This PR starts to clean them up.

r? ``@davidtwco``
2025-08-05 03:51:34 +02:00
..
check_consts remove rustc_attr_data_structures 2025-07-31 14:19:27 +02:00
const_eval Remove useless lifetime parameter. 2025-07-23 23:54:37 +00:00
interpret Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillot 2025-08-05 03:51:34 +02:00
util Remove unused arg from path_append_impl. 2025-08-03 19:58:59 +10:00
errors.rs miri: for ABI mismatch errors, say which argument is the problem 2025-07-27 22:26:10 +02:00
lib.rs update cfg(bootstrap) 2025-05-12 15:33:37 +02:00