Skip to content

Commit

Permalink
allow box_syntax and unknown features in the rustc_driver crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Jan 8, 2015
1 parent 772cfe9 commit 5bd88a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/librustc_driver/lib.rs
Expand Up @@ -22,8 +22,10 @@
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
html_root_url = "http://doc.rust-lang.org/nightly/")]

#![allow(unknown_features)]
#![feature(quote)]
#![feature(slicing_syntax, unsafe_destructor)]
#![feature(box_syntax)]
#![feature(rustc_diagnostic_macros)]

extern crate arena;
Expand Down

0 comments on commit 5bd88a0

Please sign in to comment.