pub const MAX: char = char::MAX; // '\u{10ffff}'
Available on non-crate feature miri-test-libstd only.
Expand description

The highest valid code point a char can have, '\u{10FFFF}'. Use char::MAX instead.