We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I randomly get the following compilation error when developing a proc-macro:
error: /path/to/rust/project/target/debug/deps/libmy_proc_macro_crate-bed23c204003db91.so: undefined symbol: __rustc_derive_registrar__b0028b8f317d7b045e78ce5c492cc011_18 --> src/main.rs:3:1 | 3 | extern crate my_proc_macro_crate; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Running cargo clean fix (temporarily) the issue. Thanks to fix this issue.
cargo clean
The text was updated successfully, but these errors were encountered:
Duplicate of #47292
Sorry, something went wrong.
No branches or pull requests
Hi!
I randomly get the following compilation error when developing a proc-macro:
Running
cargo clean
fix (temporarily) the issue.Thanks to fix this issue.
The text was updated successfully, but these errors were encountered: