]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #1039 - RalfJung:dyn-tests, r=RalfJung
authorbors <bors@rust-lang.org>
Thu, 7 Nov 2019 08:18:09 +0000 (08:18 +0000)
committerbors <bors@rust-lang.org>
Thu, 7 Nov 2019 08:18:09 +0000 (08:18 +0000)
More tests for dyn trait (in particular, unsized receivers)

So far we only tested them indirectly through `dyn FnOnce`; this also adds some self-contained tests from the rustc test suite.


Trivial merge