]> git.lizzy.rs Git - rust.git/commit
auto merge of #14801 : pcwalton/rust/name-shadowing-in-one-pattern, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 12 Jun 2014 12:32:13 +0000 (12:32 +0000)
committerbors <bors@rust-lang.org>
Thu, 12 Jun 2014 12:32:13 +0000 (12:32 +0000)
commit87bf47a0f706685b8e3acbf40585e45ec423f061
tree46b8e3bf956fe129ae8fd41b6a7331f2f27e0186
parent614e448b02dd2099e6797e56a42e07bf1d19da79
parentc23748c59ce0969bf9251f6d4bb1882ca0045a78
auto merge of #14801 : pcwalton/rust/name-shadowing-in-one-pattern, r=alexcrichton

bindings and function arguments.

Issue #14581.

To fix code that this breaks, give the pattern identifiers different names.

[breaking-change]

r? @brson