Fix #88256, remove duplicated diagnostic
This commit is contained in:
parent
26feefddc7
commit
ca27f03ca8
11 changed files with 59 additions and 65 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue