pub type SingleLabel<'diagnostic> = (LabelStyle, Range<usize>, &'diagnostic str);
Expand description
Single-line label, with an optional message.
^^^^^^^^^ blah blah
pub type SingleLabel<'diagnostic> = (LabelStyle, Range<usize>, &'diagnostic str);
Single-line label, with an optional message.
^^^^^^^^^ blah blah