From 40b4348824f96a0f37b39f38a024b6061b36b0a7 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Wed, 2 Sep 2015 07:57:55 +0200 Subject: Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01) --- components/script/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/lib.rs') diff --git a/components/script/lib.rs b/components/script/lib.rs index ab2f0b94669..c24da41687e 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -15,6 +15,7 @@ #![feature(core_intrinsics)] #![feature(custom_attribute)] #![feature(custom_derive)] +#![feature(decode_utf16)] #![feature(drain)] #![feature(fnbox)] #![feature(hashmap_hasher)] -- cgit v1.2.3