diff options
| author | Erik Desjardins <erikdesjardins@users.noreply.github.com> | 2023-06-11 14:00:33 -0400 |
|---|---|---|
| committer | Erik Desjardins <erikdesjardins@users.noreply.github.com> | 2023-07-10 19:19:40 -0400 |
| commit | 2591c30eaf30425812f42beb47bd2615a533e961 (patch) | |
| tree | 2337836bbb7b0a0674931e8dec1b5120dfec929c /compiler/rustc_codegen_cranelift/src | |
| parent | 4c1dbc3aec35daca455c9ba7e440651bcf16069a (diff) | |
| download | rust-2591c30eaf30425812f42beb47bd2615a533e961.tar.gz rust-2591c30eaf30425812f42beb47bd2615a533e961.zip | |
cg_clif: add has_repr_align
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/abi/comments.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/abi/comments.rs b/compiler/rustc_codegen_cranelift/src/abi/comments.rs index 364503fd363..f1ada7b7219 100644 --- a/compiler/rustc_codegen_cranelift/src/abi/comments.rs +++ b/compiler/rustc_codegen_cranelift/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: _, |
