mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
11bcf3759e
Instead of defaulting to `None` it now defaults to `Align::ONE` i.e. no alignment restriction. Codegen test changes are due to us now skipping `align 1` annotations (they are useless; not skipping them makes all the raw pointers gain an `align 1` annotation which doesn't seem any good)