We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47ee86 commit d523e71Copy full SHA for d523e71
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 3010e10d1d72baa166dffbc58b02c40c2470003d
+refs/heads/master: 772cfe9da5966c837da39edde315bcef032591ce
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
trunk/src/librustc_llvm/lib.rs
@@ -21,7 +21,9 @@
21
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
22
html_root_url = "http://doc.rust-lang.org/nightly/")]
23
24
+#![allow(unknown_features)]
25
#![feature(link_args)]
26
+#![feature(box_syntax)]
27
28
extern crate libc;
29
0 commit comments