]> git.lizzy.rs Git - rust.git/commitdiff
add tests for issue-3595
authorrchaser53 <tayoshizawa29@gmail.com>
Thu, 30 May 2019 12:03:29 +0000 (21:03 +0900)
committerrchaser53 <tayoshizawa29@gmail.com>
Thu, 30 May 2019 12:03:29 +0000 (21:03 +0900)
tests/target/issue-3595.rs [new file with mode: 0644]

diff --git a/tests/target/issue-3595.rs b/tests/target/issue-3595.rs
new file mode 100644 (file)
index 0000000..3e06538
--- /dev/null
@@ -0,0 +1,4 @@
+struct ReqMsg();
+struct RespMsg();
+
+pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());