-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
query_readableについて #3
Comments
これ連番をしたいのですが、宣言的マクロでは恐らく不可能です(なので手続き型マクロが必要) |
変換先は今までと同一で、形式を query_readable!(Query, [
{},
{ a: Usize1, b: usize, },
{ v: [Mint] }
]); とかにできないか?(見た目を変える、[i32; k]などの形式も受け入れるなど) |
前半は簡単に変えれそうです。 |
これがんばって宣言型マクロにできないかな~と思ったけど |
これ最近提出しようとしたら展開されなかったっぽいので調査が必要 |
っていうエラー吐くっぽい |
原因が謎だが、LSPの機能で展開できるのでまあいいでしょう |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
proc macroを現在使用中ではあるが、通常のmacroにしたほうがよいのではないか
The text was updated successfully, but these errors were encountered: