commit | a7d69fc74fe0a5efa68766ec69772fa06b81e090 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Aug 26 13:30:24 2018 -0400 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Aug 26 18:44:05 2018 -0400 |
tree | b9eb931f6a51bc5a9e3ef283b338e143754fcb03 | |
parent | d30f7f6427a45381d21e79308c94644d36742a55 [diff] [blame] |
Parse types
diff --git a/src/item.rs b/src/item.rs index 569c1c8..9e28808 100644 --- a/src/item.rs +++ b/src/item.rs
@@ -806,7 +806,7 @@ impl_synom!(ItemMacro "macro item" do_parse!( attrs: many0!(Attribute::old_parse_outer) >> - what: call!(Path::parse_mod_style) >> + what: call!(Path::old_parse_mod_style) >> bang: punct!(!) >> ident: option!(syn!(Ident)) >> body: call!(tt::delimited) >>