]> git.lizzy.rs Git - rust.git/commit
Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertj
authorbors <bors@rust-lang.org>
Fri, 5 Apr 2019 17:45:43 +0000 (17:45 +0000)
committerbors <bors@rust-lang.org>
Fri, 5 Apr 2019 17:45:43 +0000 (17:45 +0000)
commitacd8dd6a50d505057a7d7ad8d0d7a4c2bd274200
treedb3cdcdf3bc1a839ef3ce43ca6eddef9225c1094
parent20dbf28624db446c0cf67be4cc71a85931947907
parent812d89c87d9346ac4b70426b67a8eb989a13c853
Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertj

Unsized rvalues: implement boxed closure impls. (2nd try)

This is a rebase of S-blocked-closed PR #55431 to current master. LLVM has moved forward since then, so maybe we can check whether the new LLVM 8.0 version unblocked this work.