-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tmp] Allow call cargo build
directly, multiple bin compilation
#21
Comments
cargo build
directly, multiple bin compilationcargo build
directly, multiple bin compilation
https://github.com/Kerosene2000/SublimeLinter-contrib-rustc/commit/0caf73599da7a5ea7f3bb30d3446fe909b3128a2 |
I filed an issue on the fork of |
cargo check and cargo clippy are different things, not forks. |
To elaborate, |
Ahh, I thought it was a fork for some reason. Cargo check still hasn't seen
|
cargo check does a very simple thing, so there's no need for more activity |
I think |
|
Anyway, both cargo check and cargo clippy forward to |
No, but it checks the syntax and then compile each binary/library, why |
A temporary fix to the
cargo check
multiple binary problem related to this sublimelinter-contrib-rust issue can be to allow the user to call directly thecargo build
command which will don't ask to specify--bin NAME
parameter to compile everything and return all errors/warnings._Temporary_ 😄
The text was updated successfully, but these errors were encountered: