pub fn print_project_warnings_short(
warnings: &[AttributedError],
snapshots: &[(PathBuf, String)],
)Expand description
print_project_warnings’s --format short analogue: one
path:line:col: warning[category]: message line per warning, falling
back to warning[category]: message when unattributed. Strictly one
line per warning throughout (like bynk_render::render_errors_short,
this mirrors the VS Code problem-matcher’s contract), so — unlike
print_project_warnings — finding #47 doesn’t reach this one.