-
Notifications
You must be signed in to change notification settings - Fork 1.6k
huge memory consumption on testcase #4630
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
Clippy just uses a few MBs more than just running The resulting size of the binary should also be about 4GB.
|
We could perhaps solve this by extending |
That being said, maybe we can change the behavior of All in all, I don't think Clippy is the right place to take care of this. |
Also see the two comments by |
I agree that we're not exactly going to fix the issue. We could still deny-lint it before MIR gets to see it. |
cc #3142
This was found by running clippy on glacier https://github.com/rust-lang/glacier
./fixed/23600.rs
seems to want to consume all of the systems run when checked with clippy.
clippy 0.0.212 (648e5b9 2019-10-01)
The text was updated successfully, but these errors were encountered: