diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2018-05-24 11:28:20 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-05-30 10:50:59 +0200 |
commit | a553964123d9e65fc483e608864d880ba1909300 (patch) | |
tree | 3a3654a25d84c45d371ec26bd83bdb3b7b58a6b8 /components/dom_struct | |
parent | 11a89bcc47c73701d8809cf33163a1f61d792b17 (diff) | |
download | servo-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.rs | 1 |
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; |