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 2cec27f commit d647007Copy full SHA for d647007
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5bd88a0ddedd7cac51d9fe78655a17e74ab125e5
+refs/heads/master: bfd6f958c465f729d2a0ad3dabf34ad04e6b3571
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
trunk/src/compiletest/compiletest.rs
@@ -9,7 +9,9 @@
9
// except according to those terms.
10
11
#![crate_type = "bin"]
12
+#![allow(unknown_features)]
13
#![feature(slicing_syntax, unboxed_closures)]
14
+#![feature(box_syntax)]
15
16
#![deny(warnings)]
17
0 commit comments