Skip to content

Commit 4ab1cf7

Browse files
author
The Miri Cronjob Bot
committed
Merge ref '29b7717de23f' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 29b7717de23f3969ceeb5bef5b01d9223f807655 Filtered ref: fb4b638 Upstream diff: rust-lang/rust@f957826...29b7717 This merge was created using https://github.com/rust-lang/josh-sync.
2 parents 528d8c4 + fb4b638 commit 4ab1cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/machine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
13401340
name = ecx.tcx.def_path_str(def_id),
13411341
krate = ecx.tcx.crate_name(def_id.krate),
13421342
decl_size = extern_decl_layout.size.bytes(),
1343-
decl_align = extern_decl_layout.align.abi.bytes(),
1343+
decl_align = extern_decl_layout.align.bytes(),
13441344
shim_size = info.size.bytes(),
13451345
shim_align = info.align.bytes(),
13461346
)

0 commit comments

Comments
 (0)