Skip to content

Commit eed97e7

Browse files
authored
Merge pull request #127 from gywn/master
Avoid warning of -Z due to #31793
2 parents e703c70 + 5939abf commit eed97e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax_checkers/rust/rustc.vim

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function! SyntaxCheckers_rust_rustc_GetLocList() dict
3030
\ '%-Gerror: Could not compile %.%#,' .
3131
\ '%Eerror: %m,' .
3232
\ '%Eerror[E%n]: %m,' .
33+
\ '%-Gwarning: the option `Z` is unstable %.%#,' .
3334
\ '%Wwarning: %m,' .
3435
\ '%Inote: %m,' .
3536
\ '%C %#--> %f:%l:%c'

0 commit comments

Comments
 (0)