aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2015-06-25 09:45:09 +0200
committerMs2ger <ms2ger@gmail.com>2015-06-25 20:02:36 +0200
commit73a7e92bfdc6499c486fd0ebd8b3cc72ed285a98 (patch)
treea1a33e5d94c0c2002efba55844a7849086fb5a04 /components/gfx/lib.rs
parent57cc84b2935c429c92774649275625a7fd63973c (diff)
downloadservo-73a7e92bfdc6499c486fd0ebd8b3cc72ed285a98.tar.gz
servo-73a7e92bfdc6499c486fd0ebd8b3cc72ed285a98.zip
Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.
Diffstat (limited to 'components/gfx/lib.rs')
-rw-r--r--components/gfx/lib.rs13
1 files changed, 9 insertions, 4 deletions
diff --git a/components/gfx/lib.rs b/components/gfx/lib.rs
index 4acd4ef0aa7..dec7548cdae 100644
--- a/components/gfx/lib.rs
+++ b/components/gfx/lib.rs
@@ -3,13 +3,18 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(alloc)]
+#![feature(arc_weak)]
+#![feature(box_raw)]
#![feature(box_syntax)]
-#![feature(collections)]
-#![feature(core)]
-#![feature(plugin, custom_attribute)]
+#![feature(custom_attribute)]
#![feature(custom_derive)]
-#![feature(std_misc)]
+#![feature(float_consts)]
+#![feature(hashmap_hasher)]
+#![feature(heap_api)]
+#![feature(iter_cmp)]
+#![feature(plugin)]
#![feature(str_char)]
+#![feature(vec_push_all)]
#![plugin(plugins)]