-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
For loops leak resources #17216
Comments
Getting my feet wet in the rustc code a bit, pay no mind to my drive-by observations:
|
The |
bkoropoff
added a commit
to bkoropoff/rust
that referenced
this issue
Sep 14, 2014
The cleanup scope of for loop bindings should translated when popped to ensure resources are not leaked.
bkoropoff
added a commit
to bkoropoff/rust
that referenced
this issue
Sep 14, 2014
bors
added a commit
that referenced
this issue
Sep 17, 2014
Trans the cleanup scope of for loop bindings so we don't leak resources. Regression test included. Closes #17216
lnicola
pushed a commit
to lnicola/rust
that referenced
this issue
May 19, 2024
fix: extract mod to file should respect path attribute close rust-lang/rust-analyzer#17181
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc @pcwalton
The text was updated successfully, but these errors were encountered: