Skip to content

Commit 1922094

Browse files
authored
Merge pull request #3596 from rchaser53/issue-3595
add tests for issue-3595
2 parents 6d19a8c + 0c30bd3 commit 1922094

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/target/issue-3595.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
struct ReqMsg();
2+
struct RespMsg();
3+
4+
pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());

0 commit comments

Comments
 (0)