Skip to content

Commit ac2f379

Browse files
committed
char: Mark the MAX constant stable
1 parent 070e691 commit ac2f379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/char.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ static MAX_THREE_B: u32 = 0x10000u32;
6363
*/
6464

6565
/// The highest valid code point
66+
#[stable]
6667
pub const MAX: char = '\U0010ffff';
6768

6869
/// Converts from `u32` to a `char`

0 commit comments

Comments
 (0)