diff options
Diffstat (limited to 'components/devtools/lib.rs')
-rw-r--r-- | components/devtools/lib.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/components/devtools/lib.rs b/components/devtools/lib.rs index fd3dba4f1be..f0fca1a9b0e 100644 --- a/components/devtools/lib.rs +++ b/components/devtools/lib.rs @@ -10,7 +10,11 @@ #![crate_name = "devtools"] #![crate_type = "rlib"] -#![feature(box_syntax, core)] +#![feature(box_syntax)] +#![feature(core)] +#![feature(get_type_id)] +#![feature(raw)] +#![feature(reflect_marker)] #![allow(non_snake_case)] |