fake a base to suppress later extra error message
This commit is contained in:
parent
1e25882944
commit
4b77e730b5
4 changed files with 36 additions and 42 deletions
|
@ -373,7 +373,7 @@ pub(crate) struct MissingSemicolonBeforeArray {
|
|||
pub(crate) struct MissingDotDot {
|
||||
#[primary_span]
|
||||
pub token_span: Span,
|
||||
#[suggestion_verbose(applicability = "maybe-incorrect", code = "..")]
|
||||
#[suggestion(applicability = "maybe-incorrect", code = "..", style = "verbose")]
|
||||
pub sugg_span: Span,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue