Skip to content

Commit 29d39e3

Browse files
committed
---
yaml --- r: 15747 b: refs/heads/try c: 82d4fe3 h: refs/heads/master i: 15745: 7e9efed 15743: b40eacf v: v3
1 parent 2fcf1c1 commit 29d39e3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 97c0b3848d127c9966b6d71baa68c560b1f78845
5+
refs/heads/try: 82d4fe3967a6e6b7bde5d70644cf3eca23763932
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libstd/unicode.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ mod icu {
144144
// = UCHAR_SCRIPT_EXTENSIONS;
145145
const UCHAR_OTHER_PROPERTY_LIMIT : UProperty = 0x7001;
146146

147-
const UCHAR_INVALID_CODE : UProperty = 0xffffffff;
148-
// FIXME: should be -1, change when compiler supports negative
149-
// constants
147+
const UCHAR_INVALID_CODE : UProperty = -1;
150148

151149
#[link_name = "icuuc"]
152150
#[abi = "cdecl"]

0 commit comments

Comments
 (0)