diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 14d74cb2f94..5ebaa787dfd 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -19,6 +19,7 @@ #![feature(iter_arith)] #![feature(mpsc_select)] #![feature(nonzero)] +#![feature(on_unimplemented)] #![feature(plugin)] #![feature(ref_slice)] #![feature(slice_patterns)] |