diff --git a/collector/compile-benchmarks/html5ever/build.rs b/collector/compile-benchmarks/html5ever/build.rs index 3c30b79c3..63e1d7fc4 100644 --- a/collector/compile-benchmarks/html5ever/build.rs +++ b/collector/compile-benchmarks/html5ever/build.rs @@ -7,7 +7,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -#![allow(soft_unstable)] +#![feature(rustc_encodable_decodable)] extern crate phf_codegen; extern crate rustc_serialize;