diff options
| author | nidnogg <henriquevt98@gmail.com> | 2022-08-17 13:13:07 -0300 |
|---|---|---|
| committer | nidnogg <henriquevt98@gmail.com> | 2022-08-17 13:13:07 -0300 |
| commit | a468f131628341ff83bdabd1133f432c17fa1cbe (patch) | |
| tree | e0ee9122a2411ed681317b37bcb2dfff98abfafb | |
| parent | caab20c431a05dc3f01d3810ac13b6315f2d9b70 (diff) | |
| download | rust-a468f131628341ff83bdabd1133f432c17fa1cbe.tar.gz rust-a468f131628341ff83bdabd1133f432c17fa1cbe.zip | |
Hotfix for duplicated slug name on VarStillRepeating struct
| -rw-r--r-- | compiler/rustc_expand/src/errors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_expand/src/errors.rs b/compiler/rustc_expand/src/errors.rs index 3f62120b1c8..0d7e137c7dd 100644 --- a/compiler/rustc_expand/src/errors.rs +++ b/compiler/rustc_expand/src/errors.rs @@ -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, |
