-
Notifications
You must be signed in to change notification settings - Fork 47
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
error: proc-macro derive panicked #29
Comments
Weird ! Could you done a cargo clean to be sure ? |
I done a cargo clean, but nothing change. |
I can't reproduce this bug, it is weird |
It seems related to Serde, @dtolnay: have you an idea ? |
This is rust-lang/rust#39870. The homebrew packaging for Rust is hosed. Uninstall everything Rust-related with homebrew and reinstall with https://rustup.rs/ to fix this. |
Thanks, I'll try in this day. |
I reinstall rust with rustup, and now can build. Thanks. |
This should no longer be a problem in Homebrew due to Homebrew/homebrew-core#14490. |
thx ! |
Hello, I compiled with this command :
PX8_SCREEN_WIDTH=256 PX8_SCREEN_HEIGHT=256 cargo build --features="lua" --release
and I have this error. I have rust 1.17 on osx 10.10.5.
Thanks.
error: proc-macro derive panicked
--> src/cartridge/mod.rs:905:21
|
905 | #[derive(Serialize, Deserialize)]
| ^^^^^^^^^^^
|
= help: message: proc_macro::__internal::with_parse_sess() called before set_parse_sess()!
error: Could not compile
px8
.The text was updated successfully, but these errors were encountered: