mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-29 19:47:38 +00:00
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
![]() |
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
|
||
|
|