-
Notifications
You must be signed in to change notification settings - Fork 908
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
rustc 658 #4174
rustc 658 #4174
Conversation
It is erroring out with:
|
I was able to reproduce locally. If I set
I then get an error about
If I then set
It then looks like some stuff may have moved around in the ast:
|
I'd like to see this upgraded, but I don't know how. |
IIRC, If the visibility of |
The |
Reopened as #4177. |
I bumped the rustc dependency to 658 and ran
cargo update
. This should make rustfmt_lib work in wasm #4132 (comment) .