move test

This commit is contained in:
Aleksey Kladov
2019-01-31 21:29:04 +03:00
parent 40feacdeb9
commit 2d1f0b105d
8 changed files with 129 additions and 120 deletions

View File

@@ -1,3 +1,7 @@
/// `tt` crate defines a `TokenTree` datastructure: this is the interface (both
/// input and output) of macros. It closely mirrors `proc_macro` crate's
/// `TokenTree`.
macro_rules! impl_froms {
($e:ident: $($v:ident), *) => {
$(