Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
issue-1278.rs
blob: 1a458060bdd7044eff975f02c56a86c24df8b328 [
file
] [
log
] [
blame
]
// rustfmt-fn_args_layout = "block"
#![
feature
(
pub_restricted
)]
mod
inner_mode
{
pub
(
super
)
fn
func_name
(
abc
:
i32
)
->
i32
{
abc
}
}