Skip to content
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

Pointers to bound variables are stored after all patterns are matched. #8544

Closed
wants to merge 3 commits into from
Closed

Pointers to bound variables are stored after all patterns are matched. #8544

wants to merge 3 commits into from

Conversation

dim-an
Copy link
Contributor

@dim-an dim-an commented Aug 15, 2013

Pointers to bound variables shouldn't be stored before checking pattern,
otherwise piped patterns can conflict with each other (issue #6338).

Closes #6338.

Pointers to bound variables shouldn't be stored before checking pattern,
otherwise piped patterns can conflict with each other (issue #6338).

Closes #6338.
bors added a commit that referenced this pull request Aug 18, 2013
Pointers to bound variables shouldn't be stored before checking pattern,
otherwise piped patterns can conflict with each other (issue #6338).

Closes #6338.
@bors bors closed this Aug 18, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Mar 24, 2022
Moved ``[try_err]`` to restriction

Fixes rust-lang#5757

changelog: Moved try_err lint to rescrition for rust-lang#5757
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Segfault with | (or) and tuples and strs in match
2 participants