]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/type-layout-flag-required.rs
Rollup merge of #100501 - RalfJung:miri-from-exposed-addr, r=Mark-Simulacrum
[rust.git] / src / test / rustdoc / type-layout-flag-required.rs
index a01fbd229508b1331627fb9f896f20e6ae9437b0..6bb5e10f8813734ab072a7b6103a3a213ef69014 100644 (file)
@@ -1,4 +1,4 @@
 // Tests that `--show-type-layout` is required in order to show layout info.
 
-// @!has type_layout_flag_required/struct.Foo.html 'Size: '
+// @!hasraw type_layout_flag_required/struct.Foo.html 'Size: '
 pub struct Foo(usize);