aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r--components/script/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs
index a7c73205d2f..7e4c9c78ab1 100644
--- a/components/script/lib.rs
+++ b/components/script/lib.rs
@@ -14,11 +14,12 @@
#![feature(on_unimplemented)]
#![feature(optin_builtin_traits)]
#![feature(plugin)]
+#![feature(question_mark)]
#![feature(slice_patterns)]
#![feature(stmt_expr_attributes)]
-#![feature(question_mark)]
#![feature(try_borrow)]
#![feature(try_from)]
+#![feature(untagged_unions)]
#![deny(unsafe_code)]
#![allow(non_snake_case)]