Merge pull request #3596 from rchaser53/issue-3595

add tests for issue-3595
This commit is contained in:
Seiichi Uchida 2019-05-30 23:07:09 +09:00 committed by GitHub
commit 19220942d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
struct ReqMsg();
struct RespMsg();
pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());