]> git.lizzy.rs Git - rust.git/commit
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)
commit30477a8dec0a0c750300581aa4e57fd829198a4c
tree24ed43f27bff30e40cc7fa34e419c37d5f00ec8c
parenta7502761ff251748c146cbd7680b02a6337b11f6
parent95bd41e339ad07a2d7fb347de0a71fcdf155f2d5
Rollup merge of #41108 - arielb1:tuple-blame, r=estebank

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