-
Notifications
You must be signed in to change notification settings - Fork 52
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: missing
--crate-name argument
#110
Comments
Appears to have been caused by rust-lang/cargo@8a7ba8f where the initial I made a very rough fix on https://github.com/bauen1/cargo-call-stack/tree/fix-missing-crate-name . Ideally I'd like to not use the wrapper at all, e.g. something similar to mvertescher@7c38395 , and integrate this tool directly into the build, so the analyzed code is actually the code that will run. |
I'm having the same problem, did you manage to solve it? I would really appreciate it if you could let me know how you solved it. I've tried several tools that draw callgraphs to analyze prompt-fuzz projects, but most of them don't work. I ask in a last hope. Thank you. |
Sorry, I didn't solve this problem. |
Thank you for your quick response. I'll have to look for more tools to draw the call graph 😂😂 Thank you. |
Encounter the error as title describes when calling:
The output is:
Does anyone have some ideas about this?
The text was updated successfully, but these errors were encountered: