Skip to content

Commit a468f13

Browse files
committed
Hotfix for duplicated slug name on VarStillRepeating struct
1 parent caab20c commit a468f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_expand/src/errors.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub(crate) struct VarStillRepeating {
4040
}
4141

4242
#[derive(SessionDiagnostic)]
43-
#[error(expand::var_still_repeating)]
43+
#[error(expand::meta_var_dif_seq_matchers)]
4444
pub(crate) struct MetaVarsDifSeqMatchers {
4545
#[primary_span]
4646
pub span: Span,

0 commit comments

Comments
 (0)