-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Improve diagnostic for unknown --print
request
#124333
Conversation
Some changes occurred in run-make tests. cc @jieyouxu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@bors r+ rollup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I'm surprised we don't need //@ error-pattern
here
|
Improve diagnostic for unknown `--print` request This PR improves the diagnostic when encountering a unknown `--print` request. It also moves the run-make test to a simple UI test.
Improve diagnostic for unknown `--print` request This PR improves the diagnostic when encountering a unknown `--print` request. It also moves the run-make test to a simple UI test.
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#124322 (chore: fix some typos in comments) - rust-lang#124326 (tests: remove few ignore-stage2) - rust-lang#124333 (Improve diagnostic for unknown `--print` request) - rust-lang#124334 (Strengthen tracking issue policy with consequences) - rust-lang#124335 (Stabilize `std::path::absolute`) r? `@ghost` `@rustbot` modify labels: rollup
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#124322 (chore: fix some typos in comments) - rust-lang#124333 (Improve diagnostic for unknown `--print` request) - rust-lang#124334 (Strengthen tracking issue policy with consequences) - rust-lang#124335 (Stabilize `std::path::absolute`) - rust-lang#124351 (fix typo in binary_heap docs) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#124333 - Urgau:better-bad-print, r=fmease Improve diagnostic for unknown `--print` request This PR improves the diagnostic when encountering a unknown `--print` request. It also moves the run-make test to a simple UI test.
This PR improves the diagnostic when encountering a unknown
--print
request.It also moves the run-make test to a simple UI test.