Skip to content
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

Add checking that cargo exists when building gccrs #2881

Open
CohenArthur opened this issue Feb 27, 2024 · 3 comments · May be fixed by #2942
Open

Add checking that cargo exists when building gccrs #2881

CohenArthur opened this issue Feb 27, 2024 · 3 comments · May be fixed by #2942

Comments

@CohenArthur
Copy link
Member

Add checking for the existence of cargo when building gccrs, erroring out nice and early if it is not present - this will improve the user experience now that we rely on Rust components.

@tschwinge
Copy link
Member

This is in context of #2822 "Start reusing rustc's format_args parser".

I'm actually curious: is it really erroring out, or is it degraded functionality?

@CohenArthur
Copy link
Member Author

it's erroring out properly, but mjw suggested adding that check to cut out the compilation earlier in case cargo isn't present. it will make the experience better

@CohenArthur
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants