-
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
Cargo multiple bin linting #19
Comments
Does this still occur if you use the new cargo check option? |
I didn't try... Sorry |
Seems not to work for me, or I don't know how to pass options to cargo or rust via the 'custom args' settings in the sublimeLinter Config User file |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When you use the default way to build multiple binaries with cargo, this SublimeLinter doesn't handle this correctly and throw me this error:
I tried to add custom args in the sublimeLinter Config User file but, it seems they are given to rustc and not handled by cargo...
My file tree:
Thanks !
The text was updated successfully, but these errors were encountered: