We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e703c70 + 5939abf commit eed97e7Copy full SHA for eed97e7
syntax_checkers/rust/rustc.vim
@@ -30,6 +30,7 @@ function! SyntaxCheckers_rust_rustc_GetLocList() dict
30
\ '%-Gerror: Could not compile %.%#,' .
31
\ '%Eerror: %m,' .
32
\ '%Eerror[E%n]: %m,' .
33
+ \ '%-Gwarning: the option `Z` is unstable %.%#,' .
34
\ '%Wwarning: %m,' .
35
\ '%Inote: %m,' .
36
\ '%C %#--> %f:%l:%c'
0 commit comments