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
test tests/ui/error.rs ... error Expected test case to fail to compile, but it succeeded.
Even though, compiling the same macro invocation directly using cargo, cargo sees that it failed and exits nonzero.
$ cargo check Checking repro v0.0.0 error: could not compile `repro` (bin "repro") $ echo $? 101
Not sure whether there is any way to discern this from cargo's --message-format=json representation.
--message-format=json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even though, compiling the same macro invocation directly using cargo, cargo sees that it failed and exits nonzero.
Not sure whether there is any way to discern this from cargo's
--message-format=json
representation.The text was updated successfully, but these errors were encountered: