[][src]Type Definition rslint_core::Diagnostic

type Diagnostic = Diagnostic<usize>;

The type of errors, warnings, and notes emitted by the linter.

Trait Implementations

impl From<DiagnosticBuilder> for Diagnostic[src]