diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 60e137a1ab0..425a5eafb06 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -5,6 +5,7 @@ #![feature(arc_unique)] #![feature(box_syntax)] #![feature(box_patterns)] +#![feature(concat_idents)] #![feature(core_intrinsics)] #![feature(custom_attribute)] #![feature(custom_derive)] |