提交 772cfe9d 编写于 作者: F Felix S. Klock II

allow box_syntax and unknown features in the rustc_llvm crate.

上级 3010e10d
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册