rust/src/test/ui/parser/diff-markers/tuple-struct.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
240 B
Plaintext
Raw Normal View History

error: encountered diff marker
--> $DIR/tuple-struct.rs:2:1
|
LL | <<<<<<< HEAD
| ^^^^^^^ start
LL | u8,
LL | =======
| ^^^^^^^ middle
LL | i8,
LL | >>>>>>> branch
| ^^^^^^^ end
error: aborting due to previous error