rust/compiler/rustc_middle
Oli Scherer 0bb367e070 Split pretty printer logic for scalar int and scalar ptr
Value trees won't have scalar ptr at all, so we need a scalar int printing method anyway. This way we'll be able to share that method between all const representations.
2021-03-12 12:24:29 +00:00
..

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