rust/tests/target/issue-1278.rs

10 lines
148 B
Rust
Raw Normal View History

2017-11-13 08:09:59 +01:00
// rustfmt-indent_style = "block"
#![feature(pub_restricted)]
mod inner_mode {
pub(super) fn func_name(abc: i32) -> i32 {
abc
}
}