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