Skip to content
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

Could not compile clippy_lints v0.0.94 #1263

Closed
robertoggarcia opened this issue Oct 5, 2016 · 5 comments
Closed

Could not compile clippy_lints v0.0.94 #1263

robertoggarcia opened this issue Oct 5, 2016 · 5 comments

Comments

@robertoggarcia
Copy link

I try to run my Rust program and get this error:

error: type macros are experimental (see issue #27245)
Caused by:
Could not compile clippy_lints.

Caused by:
Process didn't exit successfully: (exit code: 101)

@mcarton
Copy link
Member

mcarton commented Oct 5, 2016

rust-lang/rust#27245
e338f6a
Are you using an old nightly compiler? (yeah, >1 month is old for a nightly)

@robertoggarcia
Copy link
Author

Iam using rustc 1.12.0 (3191fbae9 2016-09-23)

@mcarton
Copy link
Member

mcarton commented Oct 5, 2016

Well, that's it, as stated in the readme and the template you removed before filling in the issue, clippy works on the latest Rust nightly.
Feel free to reopen an issue if you still have any problem after upgrading rustc.

@mcarton mcarton closed this as completed Oct 5, 2016
@robertoggarcia
Copy link
Author

Thanks

@mcandre
Copy link

mcandre commented May 22, 2018

It broke again :/

rustc 1.28.0-nightly (cb20f68 2018-05-21)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants