rust/rustfmt-core/tests/source/issue-1278.rs
2018-02-07 22:48:05 +09:00

10 lines
148 B
Rust

// rustfmt-indent_style = "block"
#![feature(pub_restricted)]
mod inner_mode {
pub(super) fn func_name(abc: i32) -> i32 {
abc
}
}