summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/type-layout-flag-required.rs
blob: 6bb5e10f8813734ab072a7b6103a3a213ef69014 (plain)
1
2
3
4
// Tests that `--show-type-layout` is required in order to show layout info.

// @!hasraw type_layout_flag_required/struct.Foo.html 'Size: '
pub struct Foo(usize);