Skip to content

Commit 2591c30

Browse files
cg_clif: add has_repr_align
1 parent 4c1dbc3 commit 2591c30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_codegen_cranelift/src/abi/comments.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ pub(super) fn add_local_place_comments<'tcx>(
8383
let rustc_target::abi::LayoutS {
8484
size,
8585
align,
86+
has_repr_align: _,
8687
abi: _,
8788
variants: _,
8889
fields: _,

0 commit comments

Comments
 (0)