File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 27
27
//! This API is completely unstable and subject to change.
28
28
29
29
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
30
- #![ feature( arbitrary_self_types) ]
31
30
#![ feature( bool_to_option) ]
32
31
#![ feature( box_patterns) ]
33
32
#![ feature( box_syntax) ]
39
38
#![ feature( overlapping_marker_traits) ]
40
39
#![ feature( extern_types) ]
41
40
#![ feature( nll) ]
42
- #![ feature( optin_builtin_traits) ]
43
41
#![ feature( option_expect_none) ]
44
42
#![ feature( range_is_empty) ]
45
43
#![ feature( specialization) ]
46
- #![ feature( unboxed_closures) ]
47
- #![ feature( thread_local) ]
48
- #![ feature( trace_macros) ]
49
44
#![ feature( trusted_len) ]
50
45
#![ feature( vec_remove_item) ]
51
46
#![ feature( stmt_expr_attributes) ]
52
- #![ feature( integer_atomics) ]
53
47
#![ feature( test) ]
54
48
#![ feature( in_band_lifetimes) ]
55
49
#![ feature( crate_visibility_modifier) ]
56
- #![ feature( log_syntax) ]
57
50
#![ feature( associated_type_bounds) ]
58
51
#![ feature( rustc_attrs) ]
59
52
#![ feature( hash_raw_entry) ]
You can’t perform that action at this time.
0 commit comments