mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
13079c1a85
- Both can now be inlined and constant folded away - Both can no longer cause failure - Both now return an `Option` instead Removed debug `assert!()`s over the valid ranges of a `char` - It affected optimizations due to unwinding - Char handling is now sound enought that they became uneccessary