-
Notifications
You must be signed in to change notification settings - Fork 13.3k
write! breakage in newest nightly #19155
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
After building the |
What may be happening here is that you're calling |
Yep, that appears to have fixed it. Is the lack of expansion traces a known issue as well? |
@alexcrichton This line in let dst = &mut *$dst; |
The purpose of the |
…match-arms internal: Remove mutable syntax tree usages from `add_missing_match_arms` assist
Compiling sfackler/rust-postgres@1fa5941 comes up with this on the current nightly, but not yesterday's:
It's also a bit weird/concerning that there are no expansion traces.
The text was updated successfully, but these errors were encountered: