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