We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d19a8c commit 0c30bd3Copy full SHA for 0c30bd3
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