summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/path_clarity/foo/bar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/tests/source/path_clarity/foo/bar.rs')
-rw-r--r--src/tools/rustfmt/tests/source/path_clarity/foo/bar.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rustfmt/tests/source/path_clarity/foo/bar.rs b/src/tools/rustfmt/tests/source/path_clarity/foo/bar.rs
new file mode 100644
index 000000000..8c1be504c
--- /dev/null
+++ b/src/tools/rustfmt/tests/source/path_clarity/foo/bar.rs
@@ -0,0 +1,3 @@
+pub fn fn_in_bar( ) {
+ println!( "foo/bar.rs" );
+}