Function print_project_failure_short
pub fn print_project_failure_short(failure: &ProjectFailure)Expand description
v0.24 (ADR 0052 rider) / ADR 0100: the project-failure flattening layer.
#521: the implementation is shared with the bynk driver in
[bynk_driver]; these re-exports keep bynkc’s public API (and its
callers) unchanged.
The project-failure analogue of bynk_render::print_errors_short: each
attributed error is positioned against its file’s snapshot; an unattributed
(project-level) error falls back to <severity>[<category>]: <message>.