about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-10-08 17:06:19 -0700
committerBrian Anderson <banderson@mozilla.com>2014-11-21 12:49:51 -0800
commitac2f379abb13b249aa1e630e14fa42f9415160f8 (patch)
tree6bf5c5f0fc52f5cf3ee5c235ca669068fb82375e
parent070e691379a1d7c6bec6ec077db41c1ac40d90fa (diff)
downloadrust-ac2f379abb13b249aa1e630e14fa42f9415160f8.tar.gz
rust-ac2f379abb13b249aa1e630e14fa42f9415160f8.zip
char: Mark the MAX constant stable
-rw-r--r--src/libcore/char.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcore/char.rs b/src/libcore/char.rs
index e88c7695d1b..1c5de09dd0c 100644
--- a/src/libcore/char.rs
+++ b/src/libcore/char.rs
@@ -63,6 +63,7 @@ static MAX_THREE_B: u32 =  0x10000u32;
 */
 
 /// The highest valid code point
+#[stable]
 pub const MAX: char = '\U0010ffff';
 
 /// Converts from `u32` to a `char`