]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/print_type_sizes/generics.rs
add '// ignore-pass' where applicable.
[rust.git] / src / test / ui / print_type_sizes / generics.rs
index 360c9958686543d2f8ef4b1bad97da74cbb3ae75..ecfc03717db463694abc51b029672de0cc67ee07 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 generics are handled: types have to be
 // monomorphized, in the MIR of the original function in which they