]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41108 - arielb1:tuple-blame, r=estebank
authorCorey Farwell <coreyf@rwell.org>
Thu, 6 Apr 2017 18:55:06 +0000 (14:55 -0400)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2017 18:55:06 +0000 (14:55 -0400)
don't try to blame tuple fields for immutability

Tuple fields don't have an `&T` in their declaration that can be changed
to `&mut T` - skip them..

Fixes #41104.

r? @nikomatsakis


Trivial merge