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

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