Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
rustdoc
/
type-layout-flag-required.rs
blob: 6bb5e10f8813734ab072a7b6103a3a213ef69014 [
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
);