mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
7003537df6
Use raw version of align_of in rc data_offset This was missed in #73845 when switching to use the raw operators. Fixes #80365