pub fn with_loc(i: ValidationIssue, line: u32, column: u32) -> ValidationIssueExpand description
Attach a 1-based line + column location to an existing issue.
Use this when precise location information is available.
pub fn with_loc(i: ValidationIssue, line: u32, column: u32) -> ValidationIssueAttach a 1-based line + column location to an existing issue.
Use this when precise location information is available.