pub fn print_project_warnings(warnings: &[AttributedError])Expand description
v0.89 (ADR 0117): print a successful build’s non-failing warnings. A
successful build keeps no per-file snapshots, so warnings render in the
plain warning[<category>]: <message> form (with the owning file, when
known) rather than ariadne source context.