Skip to content

Commit caab20c

Browse files
committed
Moved structs to rustc_expand::errors, added several more migrations, fixed slug name
1 parent c6f9a9c commit caab20c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compiler/rustc_expand/src/errors.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use rustc_macros::SessionDiagnostic;
2+
use rustc_span::symbol::MacroRulesNormalizedIdent;
23
use rustc_span::Span;
3-
use rustc_span::symbol::{MacroRulesNormalizedIdent};
44

55
#[derive(SessionDiagnostic)]
66
#[error(expand::expr_repeat_no_syntax_vars)]
@@ -46,5 +46,3 @@ pub(crate) struct MetaVarsDifSeqMatchers {
4646
pub span: Span,
4747
pub msg: String,
4848
}
49-
50-

0 commit comments

Comments
 (0)