about summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Desjardins <erikdesjardins@users.noreply.github.com>2023-06-11 14:00:33 -0400
committerErik Desjardins <erikdesjardins@users.noreply.github.com>2023-07-10 19:19:40 -0400
commitd2d76ef358f81f6ef68c732c0bf0e0353896efad (patch)
treeaf91423c0e897fa99a685d0569b139cf0c932049
parent1cae70145cc0d67fbb00ee7f8e3b542df42e94fc (diff)
downloadrust-d2d76ef358f81f6ef68c732c0bf0e0353896efad.tar.gz
rust-d2d76ef358f81f6ef68c732c0bf0e0353896efad.zip
cg_clif: add has_repr_align
-rw-r--r--src/abi/comments.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abi/comments.rs b/src/abi/comments.rs
index 364503fd363..f1ada7b7219 100644
--- a/src/abi/comments.rs
+++ b/src/abi/comments.rs
@@ -83,6 +83,7 @@ pub(super) fn add_local_place_comments<'tcx>(
     let rustc_target::abi::LayoutS {
         size,
         align,
+        has_repr_align: _,
         abi: _,
         variants: _,
         fields: _,