Add a test for #3427

This commit is contained in:
topecongiro 2019-03-17 12:21:21 +09:00
parent ce5cccc32c
commit 9d281b44c3
4 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,2 @@
// rustfmt-edition: 2018
mod bar;

View file

@ -0,0 +1,3 @@
pub fn fn_in_bar( ) {
println!( "foo/bar.rs" );
}

View file

@ -0,0 +1,2 @@
// rustfmt-edition: 2018
mod bar;

View file

@ -0,0 +1,3 @@
pub fn fn_in_bar() {
println!("foo/bar.rs");
}