about summary refs log tree commit diff
path: root/tests/ui/parser/diff-markers/tuple-struct.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/diff-markers/tuple-struct.rs')
-rw-r--r--tests/ui/parser/diff-markers/tuple-struct.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ui/parser/diff-markers/tuple-struct.rs b/tests/ui/parser/diff-markers/tuple-struct.rs
new file mode 100644
index 00000000000..7eec35c968d
--- /dev/null
+++ b/tests/ui/parser/diff-markers/tuple-struct.rs
@@ -0,0 +1,7 @@
+struct S(
+<<<<<<< HEAD //~ ERROR encountered diff marker
+    u8,
+=======
+    i8,
+>>>>>>> branch
+);