summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3651.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/tests/source/issue-3651.rs')
-rw-r--r--src/tools/rustfmt/tests/source/issue-3651.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/rustfmt/tests/source/issue-3651.rs b/src/tools/rustfmt/tests/source/issue-3651.rs
new file mode 100644
index 000000000..c153e99d0
--- /dev/null
+++ b/src/tools/rustfmt/tests/source/issue-3651.rs
@@ -0,0 +1,4 @@
+fn f() -> Box<
+ dyn FnMut() -> Thing< WithType = LongItemName, Error = LONGLONGLONGLONGLONGONGEvenLongerErrorNameLongerLonger>,
+>{
+} \ No newline at end of file