Struct kailua_diag::report::ConsoleReport [] [src]

pub struct ConsoleReport { /* fields omitted */ }

An implementation of Report that reports to stderr, optionally colored.

This will also give the correct context for the reports from given Source, with mostly correct line and column numbers (may be inaccurate with strange encodings).

Methods

impl ConsoleReport
[src]

Trait Implementations

impl Report for ConsoleReport
[src]