]> git.lizzy.rs Git - rust.git/commit
2229: Don't move out of drop type
authorAman Arora <me@aman-arora.com>
Wed, 1 Sep 2021 07:00:50 +0000 (03:00 -0400)
committerAman Arora <me@aman-arora.com>
Fri, 3 Sep 2021 08:38:28 +0000 (04:38 -0400)
commit153aa71c14d39ee1cb7f989d89b1f2891fdfcb6d
tree7fccf522968f7d872775dfaa79f549fe30f698b2
parentc2a408840ad18f74280805535f0b7193528ff3df
2229: Don't move out of drop type
compiler/rustc_typeck/src/check/upvar.rs
src/test/ui/closures/2229_closure_analysis/issue-88476.rs [new file with mode: 0644]
src/test/ui/closures/2229_closure_analysis/issue-88476.stderr [new file with mode: 0644]
src/test/ui/closures/2229_closure_analysis/run_pass/issue-88476.rs [new file with mode: 0644]