commit | a74a1c89fd76b4f2ba09f6dddf916287b0565a50 | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Wed May 16 10:20:44 2018 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Thu May 17 10:38:43 2018 -0700 |
tree | a35beaca46a7dd82576dda409bfb21b6432d4657 | |
parent | 1df4ef073bbbcf45ebe511736f8cbc1129455e6d [diff] [blame] |
Update to the next version of proc-macro2 Depends on dtolnay/quote#73 Depends on alexcrichton/proc-macro2#90 Depends on a new nightly
diff --git a/src/macros.rs b/src/macros.rs index 667c5ba..0017d50 100644 --- a/src/macros.rs +++ b/src/macros.rs
@@ -133,7 +133,7 @@ (($($arms:tt)*) $tokens:ident $name:ident {}) => { impl ::quote::ToTokens for $name { - fn to_tokens(&self, $tokens: &mut ::quote::Tokens) { + fn to_tokens(&self, $tokens: &mut ::proc_macro2::TokenStream) { match *self { $($arms)* }