We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96102b7 commit c1805f5Copy full SHA for c1805f5
tests/ui/issues/issue-zst-nthback-148682.rs
@@ -1,5 +1,4 @@
1
-// @ check-pass
2
-//test Intolter::nth_back does not cause UB for ZSTs with high alignment
+//@ run-pass
3
#[repr(align(8))]
4
struct Thing;
5
0 commit comments