End a conflict region. # Arguments `id` - The conflict ID (must match the begin call)
(&mut self, id: usize)
| 518 | /// |
| 519 | /// * `id` - The conflict ID (must match the begin call) |
| 520 | fn end_conflict(&mut self, id: usize) -> Result<(), std::io::Error> { |
| 521 | self.output_conflict_marker(markers::END, id, None) |
| 522 | } |
| 523 | |
| 524 | /// End a zombie conflict region. |
| 525 | fn end_zombie_conflict(&mut self, id: usize) -> Result<(), std::io::Error> { |