Moved structs to rustc_expand::errors, added several more migrations, fixed slug name
This commit is contained in:
parent
c6f9a9c410
commit
caab20c431
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue