[][src]Module rustc_mir::util::alignment

🔬 This is a nightly-only experimental API. (rustc_private)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

Functions

is_disaligned [
Experimental
]

Return true if this place is allowed to be less aligned than its containing struct (because it is within a packed struct).

is_within_packed [
Experimental
]