File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ Rust MIR: a lowered representation of Rust. Also: an experiment!
25
25
#![ feature( const_fn) ]
26
26
#![ feature( core_intrinsics) ]
27
27
#![ feature( decl_macro) ]
28
- #![ feature( in_band_lifetimes) ]
29
28
#![ feature( macro_vis_matcher) ]
30
29
#![ feature( exhaustive_patterns) ]
31
30
#![ feature( range_contains) ]
Original file line number Diff line number Diff line change 13
13
html_root_url = "https://doc.rust-lang.org/nightly/" ,
14
14
html_playground_url = "https://play.rust-lang.org/" ) ]
15
15
16
- #![ feature( ascii_ctype) ]
17
16
#![ feature( rustc_private) ]
18
17
#![ feature( box_patterns) ]
19
18
#![ feature( box_syntax) ]
Original file line number Diff line number Diff line change 243
243
#![ feature( align_offset) ]
244
244
#![ feature( arbitrary_self_types) ]
245
245
#![ feature( array_error_internals) ]
246
- #![ feature( ascii_ctype) ]
247
246
#![ feature( asm) ]
248
247
#![ feature( attr_literals) ]
249
248
#![ feature( box_syntax) ]
You can’t perform that action at this time.
0 commit comments