File tree Expand file tree Collapse file tree 23 files changed +1
-25
lines changed
rustc_data_structures/src
rustc_trait_selection/src Expand file tree Collapse file tree 23 files changed +1
-25
lines changed Original file line number Diff line number Diff line change 1- #![ feature( bool_to_option) ]
21#![ feature( crate_visibility_modifier) ]
32#![ feature( box_patterns) ]
43#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change 11//! This query borrow-checks the MIR to (further) ensure it is not broken.
22
33#![ allow( rustc:: potential_query_instability) ]
4- #![ feature( bool_to_option) ]
54#![ feature( box_patterns) ]
65#![ feature( crate_visibility_modifier) ]
76#![ feature( let_chains) ]
Original file line number Diff line number Diff line change 44#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
55#![ feature( array_windows) ]
66#![ feature( box_patterns) ]
7- #![ feature( bool_to_option) ]
87#![ feature( crate_visibility_modifier) ]
98#![ feature( decl_macro) ]
109#![ feature( is_sorted) ]
Original file line number Diff line number Diff line change 55//! This API is completely unstable and subject to change.
66
77#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
8- #![ feature( bool_to_option) ]
98#![ feature( crate_visibility_modifier) ]
109#![ feature( let_chains) ]
1110#![ feature( let_else) ]
Original file line number Diff line number Diff line change 11#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
2- #![ feature( bool_to_option) ]
32#![ feature( box_patterns) ]
43#![ feature( try_blocks) ]
54#![ feature( let_else) ]
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ Rust MIR: a lowered representation of Rust.
55*/
66
77#![ feature( assert_matches) ]
8- #![ feature( bool_to_option) ]
98#![ feature( box_patterns) ]
109#![ feature( control_flow_enum) ]
1110#![ feature( crate_visibility_modifier) ]
Original file line number Diff line number Diff line change 1010#![ feature( array_windows) ]
1111#![ feature( associated_type_bounds) ]
1212#![ feature( auto_traits) ]
13- #![ feature( bool_to_option) ]
1413#![ feature( control_flow_enum) ]
1514#![ feature( core_intrinsics) ]
1615#![ feature( extend_one) ]
Original file line number Diff line number Diff line change 1414
1515#![ allow( rustc:: potential_query_instability) ]
1616#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
17- #![ feature( bool_to_option) ]
1817#![ feature( box_patterns) ]
1918#![ feature( control_flow_enum) ]
2019#![ cfg_attr( bootstrap, feature( derive_default_enum) ) ]
Original file line number Diff line number Diff line change 1- #![ feature( bool_to_option) ]
21#![ feature( box_patterns) ]
32#![ feature( let_else) ]
43#![ feature( internal_output_capture) ]
Original file line number Diff line number Diff line change 2828#![ allow( rustc:: potential_query_instability) ]
2929#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/" ) ]
3030#![ feature( array_windows) ]
31- #![ feature( bool_to_option) ]
3231#![ feature( box_patterns) ]
3332#![ feature( control_flow_enum) ]
3433#![ feature( crate_visibility_modifier) ]
You can’t perform that action at this time.
0 commit comments