8670: fix: make error message in the status bar more useful r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2021-04-26 16:18:02 +00:00 committed by GitHub
commit 7e10df9df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,7 +143,7 @@ impl WorkspaceBuildData {
cmd.env("RA_RUSTC_WRAPPER", "1");
}
cmd.args(&["check", "--workspace", "--message-format=json", "--manifest-path"])
cmd.args(&["check", "--quiet", "--workspace", "--message-format=json", "--manifest-path"])
.arg(cargo_toml.as_ref());
// --all-targets includes tests, benches and examples in addition to the