pub fn print_error<E: ForgeError>(err: &E)Expand description
Pretty-print an error to stderr with the default theme.
The default theme is cached process-wide via OnceLock — the
terminal-capability check runs at most once regardless of how
many errors are printed.