Skip to content

Commit 5bd88a0

Browse files
committed
allow box_syntax and unknown features in the rustc_driver crate.
1 parent 772cfe9 commit 5bd88a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_driver/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@
2222
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
2323
html_root_url = "http://doc.rust-lang.org/nightly/")]
2424

25+
#![allow(unknown_features)]
2526
#![feature(quote)]
2627
#![feature(slicing_syntax, unsafe_destructor)]
28+
#![feature(box_syntax)]
2729
#![feature(rustc_diagnostic_macros)]
2830

2931
extern crate arena;

0 commit comments

Comments
 (0)