Fix #88256, remove duplicated diagnostic

This commit is contained in:
yukang 2021-09-04 19:26:25 +08:00
parent 26feefddc7
commit ca27f03ca8
11 changed files with 59 additions and 65 deletions

View file

@ -242,6 +242,7 @@ impl<'a> DiagnosticBuilder<'a> {
sp: S,
msg: &str,
) -> &mut Self);
forward!(pub fn set_is_lint(&mut self,) -> &mut Self);
/// See [`Diagnostic::multipart_suggestion()`].
pub fn multipart_suggestion(