]> git.lizzy.rs Git - rust.git/commit
Add more tests on unsized locals autoderef and borrowck.
authorMasaki Hara <ackie.h.gmai@gmail.com>
Sat, 27 Oct 2018 08:17:24 +0000 (17:17 +0900)
committerMasaki Hara <ackie.h.gmai@gmail.com>
Sat, 27 Oct 2018 08:17:24 +0000 (17:17 +0900)
commit2f7ea4a8725d433db4f34fca87eb7f61afb7ef9a
tree203fe924b6f9b49da3b64b05637dd72088a2f26f
parent1c4864708f5b16cb80ce656326f9f8637204b3df
Add more tests on unsized locals autoderef and borrowck.
src/test/run-pass/unsized-locals/autoderef.rs [new file with mode: 0644]
src/test/ui/unsized-locals/borrow-after-move.nll.stderr [new file with mode: 0644]
src/test/ui/unsized-locals/borrow-after-move.rs [new file with mode: 0644]
src/test/ui/unsized-locals/borrow-after-move.stderr [new file with mode: 0644]
src/test/ui/unsized-locals/double-move.nll.stderr [new file with mode: 0644]
src/test/ui/unsized-locals/double-move.rs [new file with mode: 0644]
src/test/ui/unsized-locals/double-move.stderr [new file with mode: 0644]