summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-1624.rs
blob: 477fc27353f304b5b60ab1b7192eeae2cadd5d54 (plain)
1
2
3
4
5
6
// #1624
pub unsafe fn some_long_function_name(
    arg1: Type1,
    arg2: Type2,
) -> (SomeLongTypeName, AnotherLongTypeName, AnotherLongTypeName) {
}