-
Notifications
You must be signed in to change notification settings - Fork 40
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
inline-python-macros
does not compile with certain nightly Rust versions
#62
Comments
Hi, I am currently getting an error:
with the latest three nightly versions (back to and including 2023-07-22). With 2023-06-28 I am getting a bunch of:
|
I can't seem to reproduce that issue. It works fine here with both the latest nightly and with 2023-07-22. |
Thank you for checking. Could it be some cargo bug? Or platform? I'm on linux unknown gnu 64 bit.
|
It does work for me as well on a different computer:
also after running
|
The unstable Rust feature
proc_macro_span
thatinline-python
uses was changed, causing breakage. This is expected when using unstable Rust features. :)inline-python-macros
0.11 only compiles with nightly-2023-06-27 or earlier.inline-python-macros
0.12 only compiles with nightly-2023-06-28 or later.The text was updated successfully, but these errors were encountered: