We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905de98 commit 5939abfCopy full SHA for 5939abf
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