allow box_syntax and unknown features in the rustc_llvm crate.

This commit is contained in:
Felix S. Klock II 2015-01-08 01:03:46 +01:00
parent 3010e10d1d
commit 772cfe9da5

View file

@ -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;