Skip to content

Commit 425b450

Browse files
fneddyRalfJung
andauthored
Add comment
Co-authored-by: Ralf Jung <post@ralfj.de>
1 parent e58572b commit 425b450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/consts/const-eval/ptr_fragments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const _PARTIAL_OVERWRITE: () = {
6868
};
6969

7070
#[allow(dead_code)]
71-
#[cfg(not(target_arch = "s390x"))]
71+
#[cfg(not(target_arch = "s390x"))] // u128 is less aligned on s390x, removing the padding
7272
fn fragment_in_dst_padding_gets_overwritten() {
7373
#[repr(C)]
7474
struct Pair {

0 commit comments

Comments
 (0)