rust/rustfmt-core/tests/target/issue-1624.rs
2018-02-07 22:48:05 +09:00

7 lines
152 B
Rust

// #1624
pub unsafe fn some_long_function_name(
arg1: Type1,
arg2: Type2,
) -> (SomeLongTypeName, AnotherLongTypeName, AnotherLongTypeName) {
}