]> git.lizzy.rs Git - rust.git/commit
Fixed refs being marked used mutably on mut deref
authorIsaac van Bakel <ivb@vanbakel.io>
Mon, 31 Jul 2017 18:38:20 +0000 (19:38 +0100)
committerIsaac van Bakel <ivb@vanbakel.io>
Tue, 1 Aug 2017 22:01:24 +0000 (23:01 +0100)
commit35b9bd0559746196fe0bc9f39b86c47d8c3afb8c
tree5caf1897790bac36de274671fe0a7b0e8d7af4d8
parente772c28d2e1a6eb5e4b13980255300b0ee4d774f
Fixed refs being marked used mutably on mut deref

Boxes are the exception - since a Box is as mutable as its contents.
src/librustc_borrowck/borrowck/gather_loans/mod.rs