Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-1278.rs
blob: b7e636f1a273d7fe8f09e203e1890f32f84c2d55 [
file
]
// rustfmt-indent_style: Block
#![
feature
(
pub_restricted
)]
mod
inner_mode
{
pub
(
super
)
fn
func_name
(
abc
:
i32
)
->
i32
{
abc
}
}