1 2 3 4
// rustc lint suggestion protocol pub(crate) const RUSTC_FIELD_VIS_REMOVE_SUGGESTION: &str = "remove the field's visibility annotation"; pub(crate) const RUSTC_LINT_SUGGESTION_PREFIX: &str = "consider using: `";