]> git.lizzy.rs Git - rust.git/commit
assigning a (MIR) box into an lvalue allocates heap storage that will
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 15 Mar 2016 15:59:48 +0000 (16:59 +0100)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Mon, 21 Mar 2016 17:36:23 +0000 (18:36 +0100)
commitdd99f58fe15134b42c6f74225107a08f267046f2
treee509706e57334824128f6a42e009f2b9e324306c
parent5508c40d0494fbb2f5e83a4bb37d86cb0c04c76e
assigning a (MIR) box into an lvalue allocates heap storage that will
need to be initialized. create a MoveOut to represent that deref'ed
`*lval` path.
src/librustc_borrowck/borrowck/mir/gather_moves.rs