We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbc727 commit 61a8479Copy full SHA for 61a8479
src/test/rustdoc/type-layout.rs
@@ -27,7 +27,7 @@ pub union Baz {
27
pub struct X(usize);
28
29
// @has type_layout/struct.Y.html 'Size: '
30
-// @has - ' byte'
+// @has - '1 byte'
31
// @!has - ' bytes'
32
pub struct Y(u8);
33
0 commit comments