Add a note about rustc's new home.
This commit is contained in:
parent
bd7e34757d
commit
3ebdeabf63
@ -146,13 +146,9 @@ let g:syntastic_enable_perl_checker = 1
|
|||||||
|
|
||||||
__Q. What happened to the `rustc` checker?__
|
__Q. What happened to the `rustc` checker?__
|
||||||
|
|
||||||
A. Sadly, it had to be [removed](https://github.com/scrooloose/syntastic/commit/1383c0f),
|
A. It has been included in the [Rust compiler package][12]. If you have
|
||||||
since maintaining it in syntastic generated too much
|
a recent version of the Rust compiler, the checker should be picked up
|
||||||
[controversy](https://github.com/scrooloose/syntastic/pull/1114#issuecomment-45945696).
|
automatically by syntastic.
|
||||||
If you'd like to take over its maintenance as an external checker please read the
|
|
||||||
[relevant section](https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide#external)
|
|
||||||
in the wiki, and feel free to contact syntastic maintainers if you need
|
|
||||||
further help.
|
|
||||||
|
|
||||||
<a name="faqloclist"></a>
|
<a name="faqloclist"></a>
|
||||||
|
|
||||||
@ -305,3 +301,4 @@ a look at [jedi-vim][7], [python-mode][8], or [YouCompleteMe][9].
|
|||||||
[9]: http://valloric.github.io/YouCompleteMe/
|
[9]: http://valloric.github.io/YouCompleteMe/
|
||||||
[10]: http://perldoc.perl.org/perlrun.html#*-c*
|
[10]: http://perldoc.perl.org/perlrun.html#*-c*
|
||||||
[11]: https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide
|
[11]: https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide
|
||||||
|
[12]: https://github.com/rust-lang/rust/
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:syntastic_start
|
lockvar! g:syntastic_start
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:syntastic_version = '3.4.0-86'
|
let g:syntastic_version = '3.4.0-87'
|
||||||
lockvar g:syntastic_version
|
lockvar g:syntastic_version
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user