[][src]Module rtlola_frontend::reporting

This module contains helper to report messages (warnings/errors)

Structs

Diagnostic

A structured representation of a user-facing diagnostic.

DiagnosticBuilder

Sometimes diagnostics cannot be emitted directly as important information is still missing. DiagnosticBuilder helps in this situations by allowing to incrementally build diagnostics.

Handler

A handler is responsible for emitting warnings and errors

LabeledSpan

Show a label (message) next to the position in source code

Enums

Level