-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
./x.py test doesn't respect --json-output for rustc error messages #133855
Comments
When you run |
I was already doing |
That's another problem then, will check that tomorrow. |
Should be fixed with 10f1238. |
Rollup merge of rust-lang#133875 - onur-ozkan:early-return-rustfmt, r=jieyouxu handle `--json-output` properly Because `rustfmt` doesn't support JSON output, `x test --json-output` doesn't respect the `--json-output` flag during formatting step. This change makes that `x test` skips the formatting step if `--json-output` is specified. In addition, resolves rust-lang#133855 with the 2nd commit.
./x.py check
doesn't check tests for the standard library, so I have to use./x.py test
instead when editing tests. Because--json-output
is not respected for./x.py test
by bootstrap, I can't get inline error messages in my ide.The text was updated successfully, but these errors were encountered: