]> git.lizzy.rs Git - rust.git/commit
Reject double moves out of array elements
authorCameron Zwarich <zwarich@mozilla.com>
Wed, 18 Jun 2014 07:06:39 +0000 (00:06 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 19 Jun 2014 00:01:50 +0000 (17:01 -0700)
commit90f7e3a644c9795d9a7dce87d8c6b0cf369a7503
treecf44a99c621195ed614c8746c6d75bf30b4b9a60
parentf99349556014f9f2cb86814477248d46931b3048
Reject double moves out of array elements

Fixes #14986.
src/librustc/middle/borrowck/move_data.rs
src/test/compile-fail/borrowck-array-double-move.rs [new file with mode: 0644]