diff --git a/src/libstd/unicode.rs b/src/libstd/unicode.rs index 1640888dd01..c5bfd302305 100644 --- a/src/libstd/unicode.rs +++ b/src/libstd/unicode.rs @@ -144,9 +144,7 @@ mod icu { // = UCHAR_SCRIPT_EXTENSIONS; const UCHAR_OTHER_PROPERTY_LIMIT : UProperty = 0x7001; - const UCHAR_INVALID_CODE : UProperty = 0xffffffff; - // FIXME: should be -1, change when compiler supports negative - // constants + const UCHAR_INVALID_CODE : UProperty = -1; #[link_name = "icuuc"] #[abi = "cdecl"]