Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
rustdoc-html
/
type-layout-flag-required.rs
blob: 699be973e90156bee8677fdcbd42c8e3c3ad955e [
file
]
// 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
);