Closed
Description
Tracking issue for "Pattern Guards with Bind-By-Move" (rust-lang/rfcs#107)
Steps:
- Implement the RFC (already done as part of NLL work)Adjust documentation (see instructions on forge)Stabilization PR (see instructions on forge)
Metadata
Metadata
Assignees
Labels
Area: Non-lexical lifetimes (NLL)Blocker: Approved by a merged RFC but not yet implemented.Category: An issue tracking the progress of sth. like the implementation of an RFCCall for participation: Medium difficulty. Experience needed to fix: Intermediate.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the language teamBugs fixed, but only when NLL is enabled.
Activity
steveklabnik commentedon Nov 30, 2016
jonhoo commentedon Mar 31, 2017
I keep running into this (or rather, the simpler #14252) in places where I now end up with an extra level of indentation:
when it could be
45 remaining items
Rollup merge of rust-lang#63059 - Centril:sound-bind-by-move, r=matth…
Rollup merge of rust-lang#63059 - Centril:sound-bind-by-move, r=matth…
Rollup merge of rust-lang#63059 - Centril:sound-bind-by-move, r=matth…
[-]Implement Pattern Guards with Bind-By-Move[/-][+]Tracking issue for Pattern Guards with Bind-By-Move[/+]Centril commentedon Aug 4, 2019
Plan in #15287 (comment) was implemented in #63059.
#![feature(bind_by_move_pattern_guards)]
rust-lang/reference#656Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper
Auto merge of rust-lang#15287 - lowr:internal/remove-crate-vis, r=lni…