-
Notifications
You must be signed in to change notification settings - Fork 332
-Zunstable-options --pretty=expanded requires a nightly compiler. #38
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
Comments
If #24 is fixed we shouldn't need macro pretty printing, but in the mean time it's only needed for some euclid types. We could remove the macro use there if necessary, but it would add some code repetition. |
I've also filed dtolnay/syn#191 which would let us get at a post macro_rules! ast. |
I'm going to close this as |
I'm using cbindgen and I'm running into this issue, I believe the same cause here, where macro expansion isn't working without using +nightly (e.g. setting parse.expand) |
I've filed rust-lang/rust#43697 to find out what we should do about this.
The text was updated successfully, but these errors were encountered: