summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-1278.rs
blob: e25376561a94990ad99de4fa15e161c6b1ec9f34 (plain)
1
2
3
4
5
6
7
8
9
// rustfmt-indent_style = "block"

#![feature(pub_restricted)]

mod inner_mode {
    pub(super) fn func_name(abc: i32) -> i32 {
        abc
    }
}