We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf35cae commit 29c61e1Copy full SHA for 29c61e1
syntax_checkers/rust/cargo.vim
@@ -41,6 +41,7 @@ function! SyntaxCheckers_rust_cargo_GetLocList() dict
41
42
return SyntasticMake({
43
\ 'makeprg': makeprg,
44
+ \ 'cwd': expand('%:p:h'),
45
\ 'errorformat': errorformat })
46
endfunction
47
0 commit comments