diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2018-05-03 12:05:52 +0200 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2018-05-04 11:38:45 +0200 |
commit | 46ad8110172cfc9d8d420e8eb41863f3d394e24d (patch) | |
tree | 2e2f3bbce76a4bc725de2e6c09fef3485ec4098a /components/dom_struct/lib.rs | |
parent | 6059d0c467b9ca5470e372a6c5618fc4ccb4a648 (diff) | |
download | servo-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.rs | 2 |
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; |