We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's a bit weird to wrap entire functions / modules into method style macros.
For this though, we'll need support by rustc to syntactically permit postfix macros.
The text was updated successfully, but these errors were encountered:
Maybe you can replace postfix_macros! with a build.rs that does the same thing?
postfix_macros!
build.rs
Sorry, something went wrong.
I've sent a PR to rustc to syntactically parse postfix macros: rust-lang/rust#78849
The reactions to this are... mixed. I think it'd be best to next implement the suggestion in rust-lang/rust#78849 (comment)
Any updates on this?
No, nothing has changed since.
No branches or pull requests
It's a bit weird to wrap entire functions / modules into method style macros.
For this though, we'll need support by rustc to syntactically permit postfix macros.
The text was updated successfully, but these errors were encountered: