File tree Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Expand file tree Collapse file tree 7 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 5936278ed6bef736f6eb8c0dd4d650fd8e10461b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 105f70b50097a5776ef0d1a6da6753c25d191aa6
4
+ refs/heads/snap-stage3: e5ec43e217703c19f58842ebd8c40d35345bd896
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
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