Files
rust/src/test/ui/parser/diff-markers/enum.stderr

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

15 lines
242 B
Plaintext
Raw Normal View History

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