summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3253/paths/foo_bar.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/tests/source/issue-3253/paths/foo_bar.rs')
-rw-r--r--src/tools/rustfmt/tests/source/issue-3253/paths/foo_bar.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/rustfmt/tests/source/issue-3253/paths/foo_bar.rs b/src/tools/rustfmt/tests/source/issue-3253/paths/foo_bar.rs
new file mode 100644
index 000000000..fbb5d92c6
--- /dev/null
+++ b/src/tools/rustfmt/tests/source/issue-3253/paths/foo_bar.rs
@@ -0,0 +1,4 @@
+
+
+fn Foo<T>() where T: Bar {
+}