Files
rust/compiler/rustc_middle
Nicholas Nethercote 809fcab63e Shift lift calls outward.
Several printing functions (e.g. `short_string`) take a liftable
parameter. This commit changes the call sites to do the lifting instead.
This simplifies the type signatures and puts the `lift` calls inside
`tls::with` calls which is where they usually appear, and the minor cost
of having more `lift` call sites.
2026-05-04 14:05:16 +10:00
..
2026-05-04 14:05:16 +10:00
2026-04-08 21:09:07 +02:00

For more information about how rustc works, see the rustc dev guide.