rust/tests/ui/parser/diff-markers/tuple-struct.rs
2023-01-11 09:32:08 +00:00

8 lines
99 B
Rust

struct S(
<<<<<<< HEAD //~ ERROR encountered diff marker
u8,
=======
i8,
>>>>>>> branch
);