Hotfix for duplicated slug name on VarStillRepeating struct
This commit is contained in:
parent
caab20c431
commit
a468f13162
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ pub(crate) struct VarStillRepeating {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(SessionDiagnostic)]
|
#[derive(SessionDiagnostic)]
|
||||||
#[error(expand::var_still_repeating)]
|
#[error(expand::meta_var_dif_seq_matchers)]
|
||||||
pub(crate) struct MetaVarsDifSeqMatchers {
|
pub(crate) struct MetaVarsDifSeqMatchers {
|
||||||
#[primary_span]
|
#[primary_span]
|
||||||
pub span: Span,
|
pub span: Span,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue