pub(crate) type Suggestion = (Vec<(Span, String)>, String, Applicability);
A vector of spans and replacements, a message and applicability.