mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +00:00
add tests for issue-3595
This commit is contained in:
parent
6d19a8c71d
commit
0c30bd3b47
4
tests/target/issue-3595.rs
Normal file
4
tests/target/issue-3595.rs
Normal file
@ -0,0 +1,4 @@
|
||||
struct ReqMsg();
|
||||
struct RespMsg();
|
||||
|
||||
pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());
|
Loading…
Reference in New Issue
Block a user