Dan Aloni d9e139ae23 Rust Cargo linter: Improve workspace support (#1679)
* Rust Cargo linter: Improve workspace support

When using Cargo workspaces [1], there is a 'Cargo.toml' directory in a
top level directory, listing all the crates in the project. If we are
currently editing one of the crates, 'cargo build' should execute in
that directory for that crate's separate `Cargo.toml`, otherwise Cargo
may spend more time possibly rebuilding the entire workspace, and maybe
failing on one of the other crates, instead of succeeding on the current.

[1] https://doc.rust-lang.org/book/second-edition/ch14-03-cargo-workspaces.html
2018-06-27 22:36:02 +01:00
..
2018-06-23 22:59:13 +05:30
2018-01-07 12:11:01 +00:00
2017-10-27 13:42:55 -07:00
2017-12-05 00:37:31 +09:00
2017-10-29 21:48:28 +01:00
2017-10-21 12:31:49 -05:00
2017-09-09 18:03:34 +01:00
2017-10-03 01:11:54 +09:00