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
Auto merge of #1339 - emilio:bitfield-int, r=fitzgen
Fix integer_type to actually return integers all the time.
blob() does care about alignment, so we can get into an architecture where there
are integers where size != align.
This is a tentative fix for servo/servo#21093, though
as mentioned there I couldn't find a repro on my machine.
0 commit comments