mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
2eb6e5f740
Make `#[repr(Rust)]` incompatible with other (non-modifier) representation hints like `C` and `simd` Read more about this change here: https://github.com/rust-lang/rust/pull/116829#issuecomment-1768618240. Fixes [after backport] #116825.