-
Notifications
You must be signed in to change notification settings - Fork 254
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
thread 'main' panicked at 'unsupported proc macro punctuation character '('' #1142
Comments
Full output it
|
Same here
|
I met the same question Here is my debugging process
console outputs like
|
hi, guys, I got the same issue and I checked the error message and found that the proc-macro2-1.0.87 changed the lib.rs and add check for the macro character. It breaks the macro check. |
I'm new to this project, but the method mentioned in this issue seems to work for me. I use the command below to install c2rust from crate.io and solve the problem:
Wish to help :) |
Ha.
Works nice! |
IMHO this should be reopened. The |
It seems like |
Even with qsort example
And with every other project
I installed with this command
cargo install --git https://github.com/immunant/c2rust.git c2rust
The text was updated successfully, but these errors were encountered: