]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/print_type_sizes/packed.rs
add '// ignore-pass' where applicable.
[rust.git] / src / test / ui / print_type_sizes / packed.rs
index ec3efd6923aefbbfc0bce41492b287a7e4a761f6..a8d409a91a240b467aa0e066dec95a3bc1bcf7db 100644 (file)
@@ -1,5 +1,8 @@
 // compile-flags: -Z print-type-sizes
 // compile-pass
+// ignore-pass
+// ^-- needed because `--pass check` does not emit the output needed.
+//     FIXME: consider using an attribute instead of side-effects.
 
 // This file illustrates how packing is handled; it should cause
 // the elimination of padding that would normally be introduced