We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdeef1f + e8820e9 commit 44bbe3eCopy full SHA for 44bbe3e
collector/compile-benchmarks/html5ever/build.rs
@@ -7,7 +7,7 @@
7
// option. This file may not be copied, modified, or distributed
8
// except according to those terms.
9
10
-#![allow(soft_unstable)]
+#![feature(rustc_encodable_decodable)]
11
12
extern crate phf_codegen;
13
extern crate rustc_serialize;
0 commit comments