Skip to content

Commit

Permalink
2015.01.29 update
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed Jan 29, 2015
1 parent 08bb56f commit 2450ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntax_checkers/rust/rustc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let s:save_cpo = &cpo
set cpo&vim

function! SyntaxCheckers_rust_rustc_GetLocList() dict
let makeprg = self.makeprgBuild({ 'args': '--parse-only' })
let makeprg = self.makeprgBuild({ 'args': '-Zparse-only' })

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

0 comments on commit 2450ecf

Please sign in to comment.