Module diagnostic

Module diagnostic 

Source
Expand description

Diagnostic messages (errors, warnings, notes)

This module provides types for reporting compiler diagnostics to the user.

Structs§

Diagnostic
A compiler diagnostic
Label
A label within a diagnostic (highlights a specific span)

Enums§

LabelStyle
Severity
Severity level of a diagnostic

Functions§

edit_distance
Compute the Levenshtein edit distance between two strings.
suggest_similar
Find the most similar string from a list of candidates.