Skip to content

Commit

Permalink
Update test suite to nightly-2024-01-23
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 23, 2024
1 parent 15b9dbc commit cb3348c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/common/eq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ use rustc_ast::tokenstream::{
AttrTokenStream, AttrTokenTree, AttributesData, DelimSpacing, DelimSpan, LazyAttrTokenStream,
Spacing, TokenStream, TokenTree,
};
use rustc_data_structures::packed::Pu128;
use rustc_data_structures::sync::Lrc;
use rustc_span::source_map::Spanned;
use rustc_span::symbol::{sym, Ident};
Expand Down Expand Up @@ -296,6 +297,7 @@ spanless_eq_partial_eq!(u128);
spanless_eq_partial_eq!(usize);
spanless_eq_partial_eq!(char);
spanless_eq_partial_eq!(String);
spanless_eq_partial_eq!(Pu128);
spanless_eq_partial_eq!(Symbol);
spanless_eq_partial_eq!(CommentKind);
spanless_eq_partial_eq!(Delimiter);
Expand Down

0 comments on commit cb3348c

Please sign in to comment.