teamcity-rust-plugin icon indicating copy to clipboard operation
teamcity-rust-plugin copied to clipboard

Support --message-format=json option

Open dtretyakov opened this issue 8 years ago • 1 comments

In the cargo 1.12 we can use --message-format=json option to get messages in the json format: https://github.com/rust-lang/cargo/pull/3000

It affects bench, build, doc, run, rustc, rustdoc, test.

Docs: https://github.com/rust-lang/cargo/blob/master/src/doc/machine-readable-output.md

dtretyakov avatar Sep 29 '16 18:09 dtretyakov