It would be good to be able to understand the size, abi and debug stuff related to rustc_layout. Instead of needing users to manually add #[rustc_layout(debug)] to struct and enum on nightly, why not just show it on rustdoc generated pages, this may only be limited to concrete struct and enum, otherwise it may not be as useful since currently rustc_layout is not so useful on those.
CC @rust-lang/rustdoc
It would be good to be able to understand the size, abi and debug stuff related to
rustc_layout. Instead of needing users to manually add#[rustc_layout(debug)]tostructandenumon nightly, why not just show it on rustdoc generated pages, this may only be limited to concrete struct and enum, otherwise it may not be as useful since currentlyrustc_layoutis not so useful on those.CC @rust-lang/rustdoc