File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
trunk/src/librustc_driver Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 772cfe9da5966c837da39edde315bcef032591ce
2
+ refs/heads/master: 5bd88a0ddedd7cac51d9fe78655a17e74ab125e5
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5
5
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
Original file line number Diff line number Diff line change 22
22
html_favicon_url = "http://www.rust-lang.org/favicon.ico" ,
23
23
html_root_url = "http://doc.rust-lang.org/nightly/" ) ]
24
24
25
+ #![ allow( unknown_features) ]
25
26
#![ feature( quote) ]
26
27
#![ feature( slicing_syntax, unsafe_destructor) ]
28
+ #![ feature( box_syntax) ]
27
29
#![ feature( rustc_diagnostic_macros) ]
28
30
29
31
extern crate arena;
You can’t perform that action at this time.
0 commit comments