File tree 7 files changed +4
-7
lines changed
7 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 113
113
#![ feature( trusted_len) ]
114
114
#![ feature( try_reserve) ]
115
115
#![ feature( unboxed_closures) ]
116
- #![ feature( unicode ) ]
116
+ #![ feature( unicode_internals ) ]
117
117
#![ feature( unsize) ]
118
118
#![ feature( allocator_internals) ]
119
119
#![ feature( on_unimplemented) ]
Original file line number Diff line number Diff line change 24
24
#![ feature( string_retain) ]
25
25
#![ feature( try_reserve) ]
26
26
#![ feature( unboxed_closures) ]
27
- #![ feature( unicode) ]
28
27
#![ feature( exact_chunks) ]
29
28
#![ feature( inclusive_range_fields) ]
30
29
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 20
20
#![ feature( fs_read_write) ]
21
21
#![ feature( set_stdio) ]
22
22
#![ feature( test) ]
23
- #![ feature( unicode) ]
24
23
#![ feature( vec_remove_item) ]
25
24
#![ feature( entry_and_modify) ]
26
25
Original file line number Diff line number Diff line change 307
307
#![ feature( toowned_clone_into) ]
308
308
#![ feature( try_reserve) ]
309
309
#![ feature( unboxed_closures) ]
310
- #![ feature( unicode) ]
311
310
#![ feature( untagged_unions) ]
312
311
#![ feature( unwind_attributes) ]
313
312
#![ 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 19
19
html_root_url = "https://doc.rust-lang.org/nightly/" ,
20
20
test( attr( deny( warnings) ) ) ) ]
21
21
22
- #![ feature( unicode ) ]
22
+ #![ feature( unicode_internals ) ]
23
23
#![ feature( rustc_diagnostic_macros) ]
24
24
#![ feature( non_exhaustive) ]
25
25
#![ feature( const_atomic_usize_new) ]
You can’t perform that action at this time.
0 commit comments