]> git.lizzy.rs Git - rust.git/commit
fix: make error message in the status bar more useful
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 26 Apr 2021 16:16:07 +0000 (19:16 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 26 Apr 2021 16:16:07 +0000 (19:16 +0300)
commit363cef5c0ebb064a3802fe326205686e6f0c8186
treee34d85b1e2be27c5f832db241a551efeacfa0f5d
parent6cd669e8809d9e19b2169d04b99f33258848b814
fix: make error message in the status bar more useful

At the moment,the popup is just a bazillion of Cargo's "Compiling this\nCompiling that",
which is not that useful.

--quiet still displays error, which is what we needc
crates/project_model/src/build_data.rs