diff --git a/syntax_checkers/rust/rustc.vim b/syntax_checkers/rust/rustc.vim index e1e92038..dba6062f 100644 --- a/syntax_checkers/rust/rustc.vim +++ b/syntax_checkers/rust/rustc.vim @@ -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'