-
Notifications
You must be signed in to change notification settings - Fork 1.7k
hang in <clippy_lints::needless_pass_by_ref_mut::MutablyUsedVariablesCtxt>::add_mutably_used_var
#11176
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
while loop there but I'm not sure it would seemingly loop infinitly (for 20+ minutes on a single crate)
|
Is the problem still present? EDIT: forgot to precise: I added a cycle check to prevent this problem so if it's still present, I need to fix it. |
seems to be fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
I don't have any code yet, I noticed this checking
rustc_mir_dataflow
with clippy that it seemed to hang.Reproducer
I tried this code:
<code>
I expected to see this happen:
Instead, this happened:
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: