Skip to content

Commit

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

#![allow(unknown_features)]
#![feature(link_args)]
#![feature(box_syntax)]

extern crate libc;

Expand Down

0 comments on commit 772cfe9

Please sign in to comment.