rust/compiler/rustc_session
bors 7b0eac438a Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errors
Collect VTable stats & add `-Zprint-vtable-sizes`

This is a bit hacky/buggy, but I'm not entirely sure how to fix it, so I want to ask reviewers for help...

To try this, use either of those:
- `cargo clean && RUSTFLAGS="-Zprint-vtable-sizes" cargo +toolchain b`
- `cargo clean && cargo rustc +toolchain -Zprint-vtable-sizes`
- `rustc +toolchain -Zprint-vtable-sizes ./file.rs`
2023-06-14 11:24:42 +00:00
..
src Auto merge of #112400 - WaffleLapkin:vtable_stats, r=compiler-errors 2023-06-14 11:24:42 +00:00
Cargo.toml Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
messages.ftl linker: Report linker flavors incompatible with the current target 2023-05-29 19:58:11 +03:00