Skip to content

Commit 772cfe9

Browse files
committed
allow box_syntax and unknown features in the rustc_llvm crate.
1 parent 3010e10 commit 772cfe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc_llvm/lib.rs

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

24+
#![allow(unknown_features)]
2425
#![feature(link_args)]
26+
#![feature(box_syntax)]
2527

2628
extern crate libc;
2729

0 commit comments

Comments
 (0)