Hotfix for duplicated slug name on VarStillRepeating struct

This commit is contained in:
nidnogg 2022-08-17 13:13:07 -03:00
parent caab20c431
commit a468f13162

View File

@ -40,7 +40,7 @@ pub(crate) struct VarStillRepeating {
}
#[derive(SessionDiagnostic)]
#[error(expand::var_still_repeating)]
#[error(expand::meta_var_dif_seq_matchers)]
pub(crate) struct MetaVarsDifSeqMatchers {
#[primary_span]
pub span: Span,