]> git.lizzy.rs Git - rust.git/commit
rustc_typeck: do not overlap a borrow of TypeckTables with method lookup.
authorEduard-Mihai Burtescu <edy.burt@gmail.com>
Tue, 6 Jun 2017 15:50:21 +0000 (18:50 +0300)
committerEduard-Mihai Burtescu <edy.burt@gmail.com>
Tue, 6 Jun 2017 18:48:16 +0000 (21:48 +0300)
commitb02e3a165c4f6b7bc3d2158cef2cb46f5b91e14a
treed5f8076019d77832ee500da8281941ef6cd2113b
parentc94a9ac8ae33e6580940e02abb425dd2fe69b5d8
rustc_typeck: do not overlap a borrow of TypeckTables with method lookup.
src/librustc_typeck/check/method/confirm.rs
src/test/run-pass/issue-42463.rs [new file with mode: 0644]