summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/diff-markers/tuple-struct.rs
blob: 7eec35c968da30e7d286e77f1151413621f7e3bb (plain)
1
2
3
4
5
6
7
struct S(
<<<<<<< HEAD //~ ERROR encountered diff marker
    u8,
=======
    i8,
>>>>>>> branch
);