File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 24
24
25
25
#![ feature( alloc) ]
26
26
#![ feature( box_syntax) ]
27
+ #![ feature( box_patterns) ]
27
28
#![ feature( core) ]
28
29
#![ feature( hash) ]
29
30
#![ feature( staged_api) ]
Original file line number Diff line number Diff line change 23
23
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
24
24
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
25
25
26
+ #![ feature( box_patterns) ]
26
27
#![ feature( box_syntax) ]
27
28
#![ feature( collections) ]
28
29
#![ feature( core) ]
Original file line number Diff line number Diff line change 24
24
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
25
25
26
26
#![ feature( alloc) ]
27
+ #![ feature( box_patterns) ]
27
28
#![ feature( box_syntax) ]
28
29
#![ feature( collections) ]
29
30
#![ feature( core) ]
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ This API is completely unstable and subject to change.
74
74
75
75
#![ allow( non_camel_case_types) ]
76
76
77
+ #![ feature( box_patterns) ]
77
78
#![ feature( box_syntax) ]
78
79
#![ feature( collections) ]
79
80
#![ feature( core) ]
Original file line number Diff line number Diff line change 18
18
html_root_url = "http://doc.rust-lang.org/nightly/" ,
19
19
html_playground_url = "http://play.rust-lang.org/" ) ]
20
20
21
+ #![ feature( box_patterns) ]
21
22
#![ feature( box_syntax) ]
22
23
#![ feature( collections) ]
23
24
#![ feature( core) ]
Original file line number Diff line number Diff line change 23
23
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
24
24
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
25
25
26
+ #![ feature( box_patterns) ]
26
27
#![ feature( box_syntax) ]
27
28
#![ feature( collections) ]
28
29
#![ feature( core) ]
You can’t perform that action at this time.
0 commit comments