-
-
Notifications
You must be signed in to change notification settings - Fork 19
Error for extern crate #12
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
Comments
@NUK9 Did you run |
Last time I stumbled upon this, this was especially a ptoblem with crates, that are bundled with This was due to direct launch of Also, AFAIK, |
I found out the reason: I need to run flycheck-rust-setup. Running that function solved this problem. |
@NUK9 Uhm, that's actually part of the installation instructions. Were these instructions somehow unclear to you? |
@lunaryorn Sorry I didn't visit github page, just installed the package from MELPA and I'm new to flycheck. Seems this init style also applies to other flycheck modes (e.g. flycheck-haskell) so I suggest it is my problem. |
@NUK9 Please try to read the documentation of new packages in future. |
@NUK9 just in case you don't know, from You can also see this information for an installed package with |
@tomjakubowski Thank you! I will carefully read the documentation before firing an issue on github next time. |
@NUK9 I've improved the commentary of Flycheck and Flycheck Rust a bit to make things more clear, hopefully. |
For example following code snippet:
Actually I have already setup regex crate in Cargo.toml, dependencies section.
Is there a way to prevent flycheck-rust stop checking extern crate related lines?
The text was updated successfully, but these errors were encountered: