We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d19a8c + 0c30bd3 commit 1922094Copy full SHA for 1922094
tests/target/issue-3595.rs
@@ -0,0 +1,4 @@
1
+struct ReqMsg();
2
+struct RespMsg();
3
+
4
+pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());
0 commit comments