-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
rustc crash when running clippy #49114
Comments
I have a similar problem on my automatic CI system, I also have clippy, so it might be related.
|
Could you check with the latest nightly if this still happens? There was a regression affecting clippy a few days ago. Thanks! |
I had a similar error on the latest nightly.
|
@pietroalbini I confirm it's still happening with:
|
Still happening with |
sorry this went completely under my radar. I moved it to the clippy repository: rust-lang/rust-clippy#2580 |
git clone https://github.com/little-dude/rmp-rpc ; cd rmp-rpc ; git checkout into-static-future ; cargo clippy
Note that
cargo build
works.The text was updated successfully, but these errors were encountered: