Skip to content

Commit

Permalink
add tests for issue-3595
Browse files Browse the repository at this point in the history
  • Loading branch information
rchaser53 committed May 30, 2019
1 parent 6d19a8c commit 0c30bd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/target/issue-3595.rs
@@ -0,0 +1,4 @@
struct ReqMsg();
struct RespMsg();

pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());

0 comments on commit 0c30bd3

Please sign in to comment.