-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Ambiguous macro use does not compile #337
Comments
hmm, interesting. since this came up after adding a dependency that relied on this, I assumed 0.4.27 was the latest, turns out cargo had decided to lock to that version. |
I've reverted the increase in the minimum version of syn in pin-project 1.0.10 (because adding pin-project 1.0.9 to the dependencies was forcing syn 1.0.84+), and yanked the old versions of pin-project that did not compile with the latest syn. So the chances of users encountering this issue will be much lower. In any case, users who run into this problem can fix this issue by updating pin-project by |
Environment:
pin-project 1.09, with dependency on pin-project-internal 0.4.27
Windows 10. rustc 1.57.0 (f1edd0429 2021-11-29)
The text was updated successfully, but these errors were encountered: