File tree Expand file tree Collapse file tree 8 files changed +22
-0
lines changed Expand file tree Collapse file tree 8 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 2626#![ feature( bool_to_option) ]
2727#![ feature( box_patterns) ]
2828#![ feature( box_syntax) ]
29+ #![ feature( const_if_match) ]
30+ #![ feature( const_fn) ]
31+ #![ feature( const_panic) ]
2932#![ feature( const_transmute) ]
3033#![ feature( core_intrinsics) ]
3134#![ feature( drain_filter) ]
Original file line number Diff line number Diff line change 77#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" , test( attr( deny( warnings) ) ) ) ]
88#![ feature( bool_to_option) ]
99#![ feature( box_syntax) ]
10+ #![ feature( const_if_match) ]
1011#![ feature( const_fn) ] // For the `transmute` in `P::new`
12+ #![ feature( const_panic) ]
1113#![ feature( const_transmute) ]
1214#![ feature( crate_visibility_modifier) ]
1315#![ feature( label_break_value) ]
Original file line number Diff line number Diff line change 33//! [rustc dev guide]: https://rustc-dev-guide.rust-lang.org/hir.html
44
55#![ feature( crate_visibility_modifier) ]
6+ #![ feature( const_if_match) ]
67#![ feature( const_fn) ] // For the unsizing cast on `&[]`
8+ #![ feature( const_panic) ]
79#![ feature( in_band_lifetimes) ]
810#![ feature( specialization) ]
911#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change 11#![ feature( allow_internal_unstable) ]
2+ #![ feature( const_if_match) ]
3+ #![ feature( const_fn) ]
4+ #![ feature( const_panic) ]
25#![ feature( unboxed_closures) ]
36#![ feature( test) ]
47#![ feature( fn_traits) ]
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ Rust MIR: a lowered representation of Rust.
99#![ feature( bool_to_option) ]
1010#![ feature( box_patterns) ]
1111#![ feature( box_syntax) ]
12+ #![ feature( const_if_match) ]
13+ #![ feature( const_fn) ]
14+ #![ feature( const_panic) ]
1215#![ feature( crate_visibility_modifier) ]
1316#![ feature( drain_filter) ]
1417#![ feature( exhaustive_patterns) ]
Original file line number Diff line number Diff line change 44
55#![ feature( box_patterns) ]
66#![ feature( box_syntax) ]
7+ #![ feature( const_if_match) ]
8+ #![ feature( const_fn) ]
9+ #![ feature( const_panic) ]
710#![ feature( crate_visibility_modifier) ]
811#![ feature( bool_to_option) ]
912#![ recursion_limit = "256" ]
Original file line number Diff line number Diff line change 66
77#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
88#![ feature( crate_visibility_modifier) ]
9+ #![ feature( const_if_match) ]
10+ #![ feature( const_fn) ]
11+ #![ feature( const_panic) ]
912#![ feature( nll) ]
1013#![ feature( optin_builtin_traits) ]
1114#![ feature( specialization) ]
Original file line number Diff line number Diff line change 99
1010#![ doc( html_root_url = "https://doc.rust-lang.org/nightly/" ) ]
1111#![ feature( bool_to_option) ]
12+ #![ feature( const_if_match) ]
13+ #![ feature( const_fn) ]
14+ #![ feature( const_panic) ]
1215#![ feature( nll) ]
1316#![ feature( never_type) ]
1417#![ feature( associated_type_bounds) ]
You can’t perform that action at this time.
0 commit comments