Skip to content

Commit 7e10df9

Browse files
bors[bot]matklad
andauthored
Merge #8670
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>
2 parents 6cd669e + 363cef5 commit 7e10df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/project_model/src/build_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl WorkspaceBuildData {
143143
cmd.env("RA_RUSTC_WRAPPER", "1");
144144
}
145145

146-
cmd.args(&["check", "--workspace", "--message-format=json", "--manifest-path"])
146+
cmd.args(&["check", "--quiet", "--workspace", "--message-format=json", "--manifest-path"])
147147
.arg(cargo_toml.as_ref());
148148

149149
// --all-targets includes tests, benches and examples in addition to the

0 commit comments

Comments
 (0)