mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
b3284adb54
Make CodeStats' type_sizes public Add another way to get type sizes in CodeStats. I find it weird that the only way to get this information in block for all types is via printing directly to stdout. So this PR adds that flexibility.