This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Use Cargo instead of rustc #4
Comments
I'm working on this. Currently blocked by: |
@liigo awesome! Thanks for your great work :-) |
Update: the cargo's issue was fixed by me. There are still two PRs of mine for Linter repo waiting for review. See my previous comment. |
Closed
One more merged, one more to go |
Closed at the request of @b52. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there!
Thanks for the awesome package, unfortunately it is not very useful yet because most rust projects are built using the Cargo package manager which handles dependencies etc.
Since this package uses
rustc
you get errors for any external crates, which makes it impractical for any real-world projects :-(For inspiration you can take a look at the SublimeText 3 package that integrates with Cargo:
SublimeLinter-contrib-rustc
The text was updated successfully, but these errors were encountered: