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
rust-lang/reference#1426 tracks guaranteeing that Option<char> has the same size and alignment as char. We may be able to use that to infer other facts about Option<char>'s bit validity, and implement traits on that basis.
The text was updated successfully, but these errors were encountered:
rust-lang/reference#1426 tracks guaranteeing that
Option<char>
has the same size and alignment aschar
. We may be able to use that to infer other facts aboutOption<char>
's bit validity, and implement traits on that basis.The text was updated successfully, but these errors were encountered: