-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Doesn't forbid moving into owned closure multiple times #7810
Comments
I think this might be a dup of #6801, actually. |
dup of issue #7444 |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Nov 4, 2021
…lip1995 Move if_then_panic to pedantic and rename to manual_assert
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Nov 4, 2021
[beta] Backport: Move if_then_panic to pedantic and rename to manual_assert Backport of rust-lang#7810 cc `@camsteffen` r? `@ghost` changelog: none (same release)
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Nov 4, 2021
…lip1995 Move if_then_panic to pedantic and rename to manual_assert Closes rust-lang#7718 changelog: none (lint added since last release)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This causes a segfault. Also happens if you put the
do
in a loop.The text was updated successfully, but these errors were encountered: