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
don't bug! if the unsized struct tail isn't [T], str, or a trait object
There are other types that can be in a DST struct’s tail: other DST
structs, DST tuples, and possibly more. The only one we don’t want to
allow is extern types, so I added a check for that
0 commit comments