File tree Expand file tree Collapse file tree 7 files changed +4
-7
lines changed Expand file tree Collapse file tree 7 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 114
114
#![ feature( trusted_len) ]
115
115
#![ feature( try_reserve) ]
116
116
#![ feature( unboxed_closures) ]
117
- #![ feature( unicode ) ]
117
+ #![ feature( unicode_internals ) ]
118
118
#![ feature( unsize) ]
119
119
#![ feature( allocator_internals) ]
120
120
#![ feature( on_unimplemented) ]
Original file line number Diff line number Diff line change 26
26
#![ feature( string_retain) ]
27
27
#![ feature( try_reserve) ]
28
28
#![ feature( unboxed_closures) ]
29
- #![ feature( unicode) ]
30
29
#![ feature( exact_chunks) ]
31
30
#![ feature( inclusive_range_fields) ]
32
31
Original file line number Diff line number Diff line change 8
8
// option. This file may not be copied, modified, or distributed
9
9
// except according to those terms.
10
10
11
- #![ unstable( feature = "unicode " , issue = "27783 " ) ]
11
+ #![ unstable( feature = "unicode_internals " , issue = "0 " ) ]
12
12
#![ allow( missing_docs) ]
13
13
14
14
mod bool_trie;
Original file line number Diff line number Diff line change 21
21
#![ feature( fs_read_write) ]
22
22
#![ feature( set_stdio) ]
23
23
#![ feature( test) ]
24
- #![ feature( unicode) ]
25
24
#![ feature( vec_remove_item) ]
26
25
#![ feature( entry_and_modify) ]
27
26
Original file line number Diff line number Diff line change 311
311
#![ feature( toowned_clone_into) ]
312
312
#![ feature( try_reserve) ]
313
313
#![ feature( unboxed_closures) ]
314
- #![ feature( unicode) ]
315
314
#![ feature( untagged_unions) ]
316
315
#![ feature( unwind_attributes) ]
317
316
#![ feature( vec_push_all) ]
Original file line number Diff line number Diff line change 29
29
test( no_crate_inject, attr( allow( unused_variables) , deny( warnings) ) ) ) ]
30
30
#![ no_std]
31
31
32
- #![ feature( unicode ) ]
32
+ #![ feature( unicode_internals ) ]
33
33
#![ feature( staged_api) ]
34
34
#![ rustc_deprecated( since = "1.27.0" , reason = "moved into libcore" ) ]
35
35
Original file line number Diff line number Diff line change 20
20
test( attr( deny( warnings) ) ) ) ]
21
21
#![ deny( warnings) ]
22
22
23
- #![ feature( unicode ) ]
23
+ #![ feature( unicode_internals ) ]
24
24
#![ feature( rustc_diagnostic_macros) ]
25
25
#![ feature( non_exhaustive) ]
26
26
#![ feature( const_atomic_usize_new) ]
You can’t perform that action at this time.
0 commit comments