mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-30 22:12:15 +00:00
Hotfix for duplicated slug name on VarStillRepeating struct
This commit is contained in:
parent
caab20c431
commit
a468f13162
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user