]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-1624.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / issue-1624.rs
1 // rustfmt-fn_args_layout: Block
2 // rustfmt-fn_args_paren_newline: false
3
4 // #1624
5 pub unsafe fn some_long_function_name(
6     arg1: Type1,
7     arg2: Type2,
8 ) -> (SomeLongTypeName, AnotherLongTypeName, AnotherLongTypeName) {
9 }