]> git.lizzy.rs Git - rust.git/commit
Move convert_place_derefs_to_mutable out from check/method/confirm.rs
authorGary Guo <gary@garyguo.net>
Sat, 16 May 2020 17:44:31 +0000 (18:44 +0100)
committerGary Guo <gary@garyguo.net>
Sun, 14 Jun 2020 23:56:21 +0000 (00:56 +0100)
commit5393a2995bcea9a927c23d88a921c55bea886771
treec8b8f290ab7cdf52d91467511bda2ae810c8e1e3
parent06e47688bf15d0215edbe05b21603062f6d2eb5d
Move convert_place_derefs_to_mutable out from check/method/confirm.rs

This can live inside FnCtxt rather than ConfirmContext, and would be
useful for other operations as well.
src/librustc_typeck/check/method/confirm.rs
src/librustc_typeck/check/mod.rs
src/librustc_typeck/check/reconciliation.rs [new file with mode: 0644]