]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #22175 - pnkfelix:featuregate-boxpat-rfc469, r=nikomatsakis
authorbors <bors@rust-lang.org>
Wed, 11 Feb 2015 15:00:35 +0000 (15:00 +0000)
committerbors <bors@rust-lang.org>
Wed, 11 Feb 2015 15:00:35 +0000 (15:00 +0000)
Feature gate `box` patterns.

Note that this adds a new feature gate, `box_patterns` specific to e.g. `let box i = ...`, while leaving  `box` expressions (alone) still guarded via the preexisting `box_syntax`.


Trivial merge