-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Regression in binary_macros-0.6.3, Rust 1.16 #40381
Comments
Are other crates that depend on |
Ah, I think that this was documented by @dtolnay; it used to affect nightlies. https://github.com/dtolnay/proc-macro-hack
|
At least the symptoms are the same, as far as I can remember. Was there some other backports from nightly that triggered this on beta? It was this: #39419 that eventually fixed this, if this bug is what I think it is. |
@jseyfried do you have any idea what is the problem here? this really needs to be fixed in next 72 hours or so if we are to prepare the stable release. |
Let's verify that it worked on previous betas, then try to bisect the backports. |
This was caused by #39730 -- I'll fix today. |
Fixed in #40411. |
Not on 1.15. Not on 1.17 nightly
cc @jseyfried can you think of a backport that will fix this?
cc @golddranks
The text was updated successfully, but these errors were encountered: