mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 16:54:01 +00:00
Moved structs to rustc_expand::errors, added several more migrations, fixed slug name
This commit is contained in:
parent
c6f9a9c410
commit
caab20c431
@ -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…
Reference in New Issue
Block a user