]> git.lizzy.rs Git - rust.git/commit
Do not ignore lifetime bounds in Copy impls
authorSantiago Pastorino <spastorino@gmail.com>
Tue, 30 Jan 2018 14:20:57 +0000 (11:20 -0300)
committerSantiago Pastorino <spastorino@gmail.com>
Tue, 30 Jan 2018 17:00:27 +0000 (14:00 -0300)
commitb9f756416a02fe3fd1c145fc081494b68f494f76
tree3b7b010931eb642b083bccefc499a8cfde3bbf9d
parentfe7e1a45f37f4265434cead827f587e75412f85c
Do not ignore lifetime bounds in Copy impls

Closes #29149
src/librustc_mir/borrow_check/nll/type_check/mod.rs
src/test/compile-fail/nll/do-not-ignore-lifetime-bounds-in-copy.rs [new file with mode: 0644]