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/attr.rs b/src/attr.rs index 73af023..7b1cfa9 100644 --- a/src/attr.rs +++ b/src/attr.rs
@@ -427,7 +427,7 @@ pound: punct!(#) >> bang: punct!(!) >> path_and_tts: brackets!(tuple!( - call!(Path::parse_mod_style), + call!(Path::old_parse_mod_style), syn!(TokenStream), )) >> ({ @@ -465,7 +465,7 @@ do_parse!( pound: punct!(#) >> path_and_tts: brackets!(tuple!( - call!(Path::parse_mod_style), + call!(Path::old_parse_mod_style), syn!(TokenStream), )) >> ({