aboutsummaryrefslogtreecommitdiffstats
path: root/components/dom_struct/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-05-03 12:05:52 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-05-04 11:38:45 +0200
commit46ad8110172cfc9d8d420e8eb41863f3d394e24d (patch)
tree2e2f3bbce76a4bc725de2e6c09fef3485ec4098a /components/dom_struct/lib.rs
parent6059d0c467b9ca5470e372a6c5618fc4ccb4a648 (diff)
downloadservo-46ad8110172cfc9d8d420e8eb41863f3d394e24d.tar.gz
servo-46ad8110172cfc9d8d420e8eb41863f3d394e24d.zip
Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)
Diffstat (limited to 'components/dom_struct/lib.rs')
-rw-r--r--components/dom_struct/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/dom_struct/lib.rs b/components/dom_struct/lib.rs
index 86c7134a78f..ecf74684c39 100644
--- a/components/dom_struct/lib.rs
+++ b/components/dom_struct/lib.rs
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#![feature(proc_macro)]
+#![feature(proc_macro, proc_macro_non_items)]
extern crate proc_macro;