Moved structs to rustc_expand::errors, added several more migrations, fixed slug name

This commit is contained in:
nidnogg 2022-08-17 11:20:37 -03:00
parent c6f9a9c410
commit caab20c431

View File

@ -1,6 +1,6 @@
use rustc_macros::SessionDiagnostic;
use rustc_span::symbol::MacroRulesNormalizedIdent;
use rustc_span::Span;
use rustc_span::symbol::{MacroRulesNormalizedIdent};
#[derive(SessionDiagnostic)]
#[error(expand::expr_repeat_no_syntax_vars)]
@ -46,5 +46,3 @@ pub(crate) struct MetaVarsDifSeqMatchers {
pub span: Span,
pub msg: String,
}