We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f9a9c commit caab20cCopy full SHA for caab20c
compiler/rustc_expand/src/errors.rs
@@ -1,6 +1,6 @@
1
use rustc_macros::SessionDiagnostic;
2
+use rustc_span::symbol::MacroRulesNormalizedIdent;
3
use rustc_span::Span;
-use rustc_span::symbol::{MacroRulesNormalizedIdent};
4
5
#[derive(SessionDiagnostic)]
6
#[error(expand::expr_repeat_no_syntax_vars)]
@@ -46,5 +46,3 @@ pub(crate) struct MetaVarsDifSeqMatchers {
46
pub span: Span,
47
pub msg: String,
48
}
49
-
50
0 commit comments