You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core AST nodes such as `Ident`, `TypeRef`, and `QualifiedIdent` now
derive `PartialEq`, `Eq`, and `Hash`. This allows them to be compared for
equality and used in hash-based collections, a prerequisite for upcoming
semantic analysis features.
This also includes minor cleanup by removing several unnecessary clippy
`expect` attributes from test modules.
0 commit comments