pub(crate) fn warn_header(key: ErrorKey, msg: &str)
Expand description
Immediately print an error message. It is intended to introduce a following block of
messages printed with warn_abbreviated
.
pub(crate) fn warn_header(key: ErrorKey, msg: &str)
Immediately print an error message. It is intended to introduce a following block of
messages printed with warn_abbreviated
.