Skip to content

Syntastic integration: rustc not enabled as a checker #118

@jmatraszek

Description

@jmatraszek

Using rustc stable (1.12.0), Vim 8.0, rust.vim 2030019 and Syntastic 3.7.0-243.
SyntasticInfo output:

Syntastic version: 3.7.0-243 (Vim 800, Linux, GUI)
Info for filetype: rust
Global mode: active
Filetype rust is active
The current file will be checked automatically
Available checker: rustc
Currently enabled checkers: -  

Nothing happens on save or calling SyntasticCheck.

After running let g:syntastic_rust_checkers = ['rustc'] works as expected. Right now I am using autocmd FileType rust let g:syntastic_rust_checkers = ['rustc'] in .vimrc as a workaround.

P.S. I know there is a bunch of other Syntastic related issues, but all of them seems to be different (problems with error format, rustc is enabled as a checker but still does not work etc. etc.).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions