pub fn assert_issue(
issues: &[Issue],
kind: IssueKind,
line: u32,
col_start: u16,
)Expand description
Assert that issues contains at least one issue with the exact IssueKind
at line and col_start. Panics with the full issue list on failure.