rust/tests/target/issue-3595.rs

5 lines
93 B
Rust
Raw Normal View History

2019-05-30 07:03:29 -05:00
struct ReqMsg();
struct RespMsg();
pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());