File tree Expand file tree Collapse file tree 5 files changed +0
-7
lines changed
rustc_data_structures/src Expand file tree Collapse file tree 5 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 7
7
//! This API is completely unstable and subject to change.
8
8
9
9
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
10
- #![ feature( allow_internal_unstable) ]
11
10
#![ feature( array_windows) ]
12
11
#![ feature( associated_type_bounds) ]
13
12
#![ feature( auto_traits) ]
Original file line number Diff line number Diff line change 26
26
//! This API is completely unstable and subject to change.
27
27
28
28
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
29
- #![ cfg_attr( test, feature( test) ) ]
30
29
#![ feature( array_windows) ]
31
30
#![ feature( bool_to_option) ]
32
31
#![ feature( box_patterns) ]
Original file line number Diff line number Diff line change 41
41
#![ feature( once_cell) ]
42
42
#![ feature( min_specialization) ]
43
43
#![ feature( trusted_len) ]
44
- #![ feature( test) ]
45
44
#![ feature( in_band_lifetimes) ]
46
45
#![ feature( crate_visibility_modifier) ]
47
46
#![ feature( associated_type_bounds) ]
48
47
#![ feature( rustc_attrs) ]
49
48
#![ feature( half_open_range_patterns) ]
50
- #![ feature( exclusive_range_pattern) ]
51
49
#![ feature( control_flow_enum) ]
52
50
#![ feature( associated_type_defaults) ]
53
51
#![ feature( iter_zip) ]
Original file line number Diff line number Diff line change 15
15
#![ feature( exhaustive_patterns) ]
16
16
#![ feature( min_specialization) ]
17
17
#![ feature( step_trait) ]
18
- #![ feature( unchecked_math) ]
19
18
20
19
use std:: path:: { Path , PathBuf } ;
21
20
Original file line number Diff line number Diff line change 6
6
7
7
#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
8
8
#![ feature( control_flow_enum) ]
9
- #![ feature( half_open_range_patterns) ]
10
- #![ feature( exclusive_range_pattern) ]
11
9
#![ feature( nll) ]
12
10
#![ recursion_limit = "256" ]
13
11
You can’t perform that action at this time.
0 commit comments