aboutsummaryrefslogtreecommitdiffstats
path: root/components/dom_struct
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2018-05-24 11:28:20 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-05-30 10:50:59 +0200
commita553964123d9e65fc483e608864d880ba1909300 (patch)
tree3a3654a25d84c45d371ec26bd83bdb3b7b58a6b8 /components/dom_struct
parent11a89bcc47c73701d8809cf33163a1f61d792b17 (diff)
downloadservo-a553964123d9e65fc483e608864d880ba1909300.tar.gz
servo-a553964123d9e65fc483e608864d880ba1909300.zip
Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29)
Fixes https://github.com/servo/servo/issues/20844
Diffstat (limited to 'components/dom_struct')
-rw-r--r--components/dom_struct/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/dom_struct/lib.rs b/components/dom_struct/lib.rs
index 86c7134a78f..8eacafddeaf 100644
--- a/components/dom_struct/lib.rs
+++ b/components/dom_struct/lib.rs
@@ -3,6 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(proc_macro)]
+#![feature(proc_macro_non_items)]
extern crate proc_macro;