Files
rust/compiler
bors cc4103089f Auto merge of #83605 - RalfJung:unaligned, r=petrochenkov
unaligned_references: align(N) fields in packed(N) structs are fine

This removes some false positives from the unaligned_references lint: in a `repr(packed(2))` struct, fields of alignment 2 (and less) are guaranteed to be properly aligned, so we do not have to consider them "disaligned".
2021-03-29 00:17:23 +00:00
..
2021-03-26 09:32:31 -07:00
2021-03-26 09:32:31 -07:00
2021-03-23 17:16:20 +00:00
2021-03-19 19:45:32 -05:00
2021-03-23 17:16:20 +00:00
2021-03-26 09:32:31 -07:00
2021-03-26 09:32:31 -07:00
2021-03-26 09:32:31 -07:00
2021-03-23 17:16:20 +00:00
2021-03-26 09:32:31 -07:00
2021-03-26 09:32:31 -07:00