Crate error_reporter

source ·
Expand description

A type for printing single-line or multi-line error message.

The code in this crate is copied from std::error::Report which is unstable. Unlike the code in std, this code does not support printing backtrace because doing so relies on other unstable features. Otherwise this code is identical to the code in std as of 2023-03-14.

Structs

  • An error reporter that prints an error and its sources.