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
Rollup merge of #39683 - solson:fix-unaligned-load-librustc_metadata, r=bluss
Fix unaligned load in librustc_metadata::index.
The derived `Clone` impl contains UB and will be unsafe when we fix#27060. See [this comment](#27060 (comment)) for more context.
r? @bluss
0 commit comments