Skip to content

Simplify handling of feature(bind_by_move_pattern_guards) #59192

Closed
@matthewjasper

Description

@matthewjasper
Contributor

Current handling of this feature goes through functions allow_bind_by_move_patterns_with_guards and check_for_mutation_in_guard_via_ast_walk. One or both of these functions should be removed.

cc #15287

Activity

added
A-NLLArea: Non-lexical lifetimes (NLL)
C-cleanupCategory: PRs that clean code up or issues documenting cleanup.
on Mar 14, 2019
pnkfelix

pnkfelix commented on Mar 20, 2019

@pnkfelix
Member

NLL triage: prioritizing as P-medium.

added 3 commits that reference this issue on Apr 22, 2019

Auto merge of #59114 - matthewjasper:enable-migate-2015, r=pnkfelix

Auto merge of #59114 - matthewjasper:enable-migate-2015, r=pnkfelix

added
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
on Apr 28, 2019
added 4 commits that reference this issue on Apr 30, 2019

Rollup merge of rust-lang#60400 - JohnTitor:simplify-feature, r=matth…

d11b871

Rollup merge of rust-lang#60400 - JohnTitor:simplify-feature, r=matth…

fdcc615

Rollup merge of rust-lang#60400 - JohnTitor:simplify-feature, r=matth…

f5fded6

Rollup merge of rust-lang#60400 - JohnTitor:simplify-feature, r=matth…

008e21d

2 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-NLLArea: Non-lexical lifetimes (NLL)C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.P-mediumMedium priority

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @pnkfelix@matthewjasper

      Issue actions

        Simplify handling of feature(bind_by_move_pattern_guards) · Issue #59192 · rust-lang/rust