]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #27011 - dotdash:issue-26996, r=luqmana
authorbors <bors@rust-lang.org>
Mon, 13 Jul 2015 12:24:25 +0000 (12:24 +0000)
committerbors <bors@rust-lang.org>
Mon, 13 Jul 2015 12:24:25 +0000 (12:24 +0000)
If we match a whole struct or tuple, the "field" for the reassignment
checker will be "None" which means that mutating any field should count
as a reassignment.

Fixes #26996.


Trivial merge