Skip to content

Commit

Permalink
Merge pull request #127 from gywn/master
Browse files Browse the repository at this point in the history
Avoid warning of -Z due to #31793
  • Loading branch information
steveklabnik authored Nov 28, 2016
2 parents e703c70 + 5939abf commit eed97e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax_checkers/rust/rustc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function! SyntaxCheckers_rust_rustc_GetLocList() dict
\ '%-Gerror: Could not compile %.%#,' .
\ '%Eerror: %m,' .
\ '%Eerror[E%n]: %m,' .
\ '%-Gwarning: the option `Z` is unstable %.%#,' .
\ '%Wwarning: %m,' .
\ '%Inote: %m,' .
\ '%C %#--> %f:%l:%c'
Expand Down

0 comments on commit eed97e7

Please sign in to comment.