Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support both current and prior nightly
rustc
The type of `testfn` used to be `Box<FnOnce<(), Output = ()>>` but is now `FnBox<(), Output = ()>`. Wrap in a new closure to paper over the difference in such a way that is both forwards and backwards compatible.
- Loading branch information