2017-11-13 01:09:59 -06:00
|
|
|
// rustfmt-indent_style: Block
|
2017-06-03 09:18:39 -05:00
|
|
|
// rustfmt-fn_args_paren_newline: false
|
|
|
|
|
|
|
|
// #1624
|
|
|
|
pub unsafe fn some_long_function_name(
|
|
|
|
arg1: Type1,
|
|
|
|
arg2: Type2,
|
|
|
|
) -> (SomeLongTypeName, AnotherLongTypeName, AnotherLongTypeName) {
|
|
|
|
}
|