Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-1278.rs
blob: e25376561a94990ad99de4fa15e161c6b1ec9f34 [
file
] [
log
] [
blame
]
// rustfmt-indent_style = "block"
#![
feature
(
pub_restricted
)]
mod
inner_mode
{
pub
(
super
)
fn
func_name
(
abc
:
i32
)
->
i32
{
abc
}
}