Skip to content

Commit e8793c1

Browse files
committed
Update test suite to nightly-2026-03-12
1 parent 1fdfba6 commit e8793c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/common/eq.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,8 @@ use rustc_ast::tokenstream::{
187187
Spacing, TokenStream, TokenTree,
188188
};
189189
use rustc_data_structures::packed::Pu128;
190-
use rustc_span::source_map::Spanned;
191190
use rustc_span::symbol::{sym, ByteSymbol, Ident, Symbol};
192-
use rustc_span::{ErrorGuaranteed, Span, SyntaxContext, DUMMY_SP};
191+
use rustc_span::{ErrorGuaranteed, Span, Spanned, SyntaxContext, DUMMY_SP};
193192
use std::borrow::Cow;
194193
use std::collections::HashMap;
195194
use std::hash::{BuildHasher, Hash};

0 commit comments

Comments
 (0)