Open
Description
Running rust.vim on e.g. https://github.com/sdroege/gstreamer-rs and saving e.g. gstreamer/src/lib.rs will give a syntastic error:
syntastic: error: exception running system('cd /home/slomo/Projects/rust/gstreamer-rs/gstreamer && cargo check '): Vim(let):E484: Cannot open file /tmp/v4Hn0xR/5
Running cargo check
in the workspace root or inside the gstreamer
sub-crate works fine. I assume the latter is what should happen.
syntastic works fine on other crates that are not workspaces.