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
Use a private uninhabited type for Export impls without hints
This makes it no longer a breaking change to add hints for these types
later, since the type can't be constructed, and can't be named except
as an associated type, so it could not be used in a way that would break
if we replace it with something else in safe code.
0 commit comments