]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/print_type_sizes/repr_int_c.rs
Rollup merge of #78933 - jyn514:tracing-output, r=oli-obk
[rust.git] / src / test / ui / print_type_sizes / repr_int_c.rs
index 7aad2715bc073ba2879027c891cd1688223c4a6d..b8067c112eef13c974e2d8f12afeba90feb80c40 100644 (file)
@@ -1,5 +1,5 @@
 // compile-flags: -Z print-type-sizes
-// build-pass (FIXME(62277): could be check-pass?)
+// build-pass
 
 // This test makes sure that the tag is not grown for `repr(C)` or `repr(u8)`
 // variants (see https://github.com/rust-lang/rust/issues/50098 for the original bug).