You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transpile: replace pref_align_of with align_of in edition 2024 (#1656)
Since `core::intrinsics::pref_align_of` was removed, we can't fully
support `__alignof`/`__alignof__` anymore, but using normal
`core::mem::align_of` should still be a valid value.
This also updates `tests/unit/misc` to edition 2024, as its usage of
`__alignof__` was the only thing holding it back.
0 commit comments