-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Flycheck fails with a cdylib crate type #54
Comments
With other crates flycheck-rust works fine, but with this crate with
|
When you use The |
No, it is supported by To reproduce my issue you need:
after that add such lines into
after that open
to build project I use If I ran
|
Thanks for the steps; I can indeed reproduce. So the issue is that
And
I don't know what a cdylib is, but would it be correct to assume that a In any case, you can work around this by setting |
Why so complex? I thought that flycheck just run |
Thanks for the crash course :) I'll have to dive deeper to see if the
Calling |
The way I understand the docs, it seems that specifying the I'll make a patch. |
@Dushistov Does the new version work for you? |
@fmdkdd Yes, thanks. |
@Dushistov Great! Thanks for the report :) |
Suspicious state from syntax checker rust-cargo: Flycheck checker rust-cargo returned non-zero exit code 1, but its output contained no errors: error: Unknown flag: '--cdylib'
Usage:
cargo rustc [options] [--] [...]
Try installing a more recent version of rust-cargo, and please open a bug report if the issue persists in the latest release. Thanks!
The text was updated successfully, but these errors were encountered: