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
the known-bug directive requires an argument, which is a comma-separated list of issue IDs.
known-bug
this is not clearly documented.
https://rustc-dev-guide.rust-lang.org/tests/ui.html#known-bugs
The text was updated successfully, but these errors were encountered:
also, shouldn't known-bug imply run-fail or invert the expected outcome? if not, that should probably be noted.
run-fail
Sorry, something went wrong.
there is also check-fail and build-fail, so I don't think run-fail would be specailly applicable
check-fail
build-fail
also, I see a number of known-bug tests marked as check-pass, which is for cases where they are expected to fail when the bug gets fixed
check-pass
Successfully merging a pull request may close this issue.
the
known-bug
directive requires an argument, which is a comma-separated list of issue IDs.this is not clearly documented.
https://rustc-dev-guide.rust-lang.org/tests/ui.html#known-bugs
The text was updated successfully, but these errors were encountered: