summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3253/paths/bar_foo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/tests/target/issue-3253/paths/bar_foo.rs')
-rw-r--r--src/tools/rustfmt/tests/target/issue-3253/paths/bar_foo.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rustfmt/tests/target/issue-3253/paths/bar_foo.rs b/src/tools/rustfmt/tests/target/issue-3253/paths/bar_foo.rs
new file mode 100644
index 000000000..f7e1de29a
--- /dev/null
+++ b/src/tools/rustfmt/tests/target/issue-3253/paths/bar_foo.rs
@@ -0,0 +1,3 @@
+fn foo_decl_item(x: &mut i32) {
+ x = 3;
+}