pub fn diff_annotations(
baseline: &[Annotation],
current: &[Annotation],
) -> DiffResultExpand description
Compute the diff between baseline annotations and current annotations.
Both inputs are flat lists of annotations. Matching is by (file, tag, binding).