Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
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
);