Skip to content

Commit 6f16da3

Browse files
repr(align) <= 4 should still be byval
1 parent d2d76ef commit 6f16da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abi/comments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub(super) fn add_local_place_comments<'tcx>(
8383
let rustc_target::abi::LayoutS {
8484
size,
8585
align,
86-
has_repr_align: _,
86+
repr_align: _,
8787
abi: _,
8888
variants: _,
8989
fields: _,

0 commit comments

Comments
 (0)