SublimeLinter-contrib-rustc icon indicating copy to clipboard operation
SublimeLinter-contrib-rustc copied to clipboard

SublimeLinter plugin for Rust

Results 7 SublimeLinter-contrib-rustc issues
Sort by recently updated
recently updated
newest added

Conform to SL4 changes, using better integration and a couple bugfixes. Also uses rustc's JSON error format. All old settings have been removed and replaced by new ones. I mean,...

If I leave `"use-cargo"` off, the linter seems to work, but adding `"use-cargo": true` causes the linter to crash. From the console: ``` SublimeLinter: #15 rust lib.rs ERROR: Linter crashed....

The following file saved in a subdir of my home directory on OS X: ``` rust const FOO: &'static [u8] = include_bytes!("foo"); ``` shows a lint error that `/var/folders/…/SublimeLinter3-user/foo` can't...

I've set up a simple rust crate in `F:\workspace`. `cargo new hello` And insert the following 2 files in the `src` directory of the new crate: **lib.rs** ``` mod greet;...

A temporary fix to the [`cargo check` multiple binary problem](https://github.com/rsolomo/cargo-check/issues/4) related to [this sublimelinter-contrib-rust issue](https://github.com/oschwald/SublimeLinter-contrib-rustc/issues/19) can be to allow the user to call directly the `cargo build` command which will...

If in sublime I'm making changes and Ctrl + S and then Ctrl + B to save and run. More often than not the cargo run crashes. If I save...

As mentioned in #4. I don't think this will ever work when Cargo support is enabled, but it should work for plain `rustc` linting.