rust/compiler/rustc_trait_selection
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
messages.ftl Ensure Fluent messages are in alphabetical order 2023-05-25 23:49:35 +00:00