Implement more traits for `Option<char>`?
Open
- Dominant language
- Rust
- Stars
- 2.6k
- Forks
- 179
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 29
Description
https://github.com/rust-lang/reference/issues/1426 tracks guaranteeing that `Option` has the same size and alignment as `char`. We may be able to use that to infer other facts about `Option`'s bit validity, and implement traits on that basis.
Contributor guide
Assessment
This issue has not been assessed yet.