Skip to content

Commit 96102b7

Browse files
authored
Add test for issue ZST nthback 148682
1 parent 59b9c7f commit 96102b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/issues/issue-148682.rs renamed to tests/ui/issues/issue-zst-nthback-148682.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// check-pass
1+
// @ check-pass
22
//test Intolter::nth_back does not cause UB for ZSTs with high alignment
33
#[repr(align(8))]
44
struct Thing;

0 commit comments

Comments
 (0)