Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit c333031

Browse files
committed
rustc: make arguments configurable.
1 parent 17b624b commit c333031

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:syntastic_start
2020
endif
2121

22-
let g:syntastic_version = '3.4.0-80'
22+
let g:syntastic_version = '3.4.0-83'
2323
lockvar g:syntastic_version
2424

2525
" Sanity checks {{{1

syntax_checkers/rust/rustc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let s:save_cpo = &cpo
1919
set cpo&vim
2020

2121
function! SyntaxCheckers_rust_rustc_GetLocList() dict
22-
let makeprg = self.makeprgBuild({ 'args_after': '--no-trans' })
22+
let makeprg = self.makeprgBuild({ 'args': '--no-trans' })
2323

2424
let errorformat =
2525
\ '%E%f:%l:%c: %\d%#:%\d%# %.%\{-}error:%.%\{-} %m,' .

0 commit comments

Comments
 (0)