NyxCode / ormx

bringing orm-like features to sqlx
MIT License
287 stars 32 forks source link

bug: syn removed export #4

Closed kilpatty closed 3 years ago

kilpatty commented 3 years ago

Linking to the issue on Syn since a number of libraries are affected -> https://github.com/dtolnay/syn/issues/956.

Having trouble compiling after installing fresh, getting 2 issues from the syn change

 use syn::export::TokenStreamExt;
                ^^^^^^ could not find `export` in `syn`

And

out.append_all(quote!(as #ty))
       ^^^^^^^^^^ method not found in `TokenStream2`

EDIT: to clarify both these are in ormx-macros 1.8