We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caab20c commit a468f13Copy full SHA for a468f13
compiler/rustc_expand/src/errors.rs
@@ -40,7 +40,7 @@ pub(crate) struct VarStillRepeating {
40
}
41
42
#[derive(SessionDiagnostic)]
43
-#[error(expand::var_still_repeating)]
+#[error(expand::meta_var_dif_seq_matchers)]
44
pub(crate) struct MetaVarsDifSeqMatchers {
45
#[primary_span]
46
pub span: Span,
0 commit comments