mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 13:52:33 +00:00
12 lines
150 B
Rust
12 lines
150 B
Rust
enum E {
|
|
Foo {
|
|
<<<<<<< HEAD //~ ERROR encountered diff marker
|
|
x: u8,
|
|
|||||||
|
|
z: (),
|
|
=======
|
|
y: i8,
|
|
>>>>>>> branch
|
|
}
|
|
}
|