You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for simple inBool::Not(Box::new(expr)).simplify(){
Seems to be taking quite a while to simplify expressions. There's a comment a few lines above saying that it has exponentially slow behavior and it links to #825, which looks quite similar to the issue here.
Summary
Clippy hangs forever for the following code with a long "if" logical condition.
Reproducer
I tried this code:
I expected to see this happen:
Finish quickly.
Instead, this happened:
Hangs forever.
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: