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
compiler/hir/check: retain layout info through transparent type check
Postpone the alignment calculation and retain the entire layout
information when checking transparent types for violations. This allows
for future diagnostic improvements because we now know the exact type
layouts of violating fields, or know exactly why their layout was not
available.
0 commit comments