Respect repr(align) on functions #4282
Labels
A-interpreter
Area: affects the core interpreter
C-bug
Category: This is a bug.
I-wrong
Impact: makes Miri produce incorrect program behavior
There's a
#[repr(align(N))]
attribute on functions (rust-lang/rust#82232). Miri currently ignores this when assigning addresses to functions; we should fix that.The text was updated successfully, but these errors were encountered: