]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/monomorphize-abi-alignment.rs
Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank
[rust.git] / src / test / ui / monomorphize-abi-alignment.rs
index 637b09fc04e5f38fab90fe70d0670bcd6fee4f7d..a8d8bd1d5fd008ed1785479ba47ca2f7ce8be75c 100644 (file)
@@ -1,6 +1,7 @@
 // run-pass
 
 #![allow(non_upper_case_globals)]
+#![allow(dead_code)]
 /*!
  * On x86_64-linux-gnu and possibly other platforms, structs get 8-byte "preferred" alignment,
  * but their "ABI" alignment (i.e., what actually matters for data layout) is the largest alignment