summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5125/with_leading_and_inline_comments.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/rustfmt/tests/target/issue-5125/with_leading_and_inline_comments.rs')
-rw-r--r--src/tools/rustfmt/tests/target/issue-5125/with_leading_and_inline_comments.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/rustfmt/tests/target/issue-5125/with_leading_and_inline_comments.rs b/src/tools/rustfmt/tests/target/issue-5125/with_leading_and_inline_comments.rs
new file mode 100644
index 000000000..2340b2f34
--- /dev/null
+++ b/src/tools/rustfmt/tests/target/issue-5125/with_leading_and_inline_comments.rs
@@ -0,0 +1,7 @@
+fn foo(
+ // Pre Comment
+ a: <u16 as intercom::type_system::ExternType<
+ intercom::type_system::AutomationTypeSystem,
+ >>::ForeignType, // Inline comment
+) {
+}