-
Notifications
You must be signed in to change notification settings - Fork 520
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
Clarify what is a UI test #1861
Comments
This is documented in the testing section. E.g. https://rustc-dev-guide.rust-lang.org/tests/ui.html#introduction The one line summary in https://rustc-dev-guide.rust-lang.org/tests/compiletest.html states it like so:
|
Thank you. I fear in the meantime I forgot about it. |
Yes, adding a link would make sense. Would you be willing to make a pull request? |
Already done #1862 |
is found in https://rustc-dev-guide.rust-lang.org/incrcomp-debugging.html
Either UI means User Interface, and I would suggest you clarify how user interfaces are related to this compiler bug.
Or UI means something that is entirely different, and that seems harder to find by searching online for "UI test" or "UI rust", as most answer are related to user interface.
The text was updated successfully, but these errors were encountered: