Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
target
/
issue-1624.rs
blob: 477fc27353f304b5b60ab1b7192eeae2cadd5d54 [
file
] [
log
] [
blame
]
// #1624
pub
unsafe
fn
some_long_function_name
(
arg1
:
Type1
,
arg2
:
Type2
,
)
->
(
SomeLongTypeName
,
AnotherLongTypeName
,
AnotherLongTypeName
)
{
}