[−][src]Trait c2rust_refactor::ast_manip::AstEquiv
Trait for checking equivalence of AST nodes. This is similar to PartialEq
, but less strict,
as it ignores some fields that have no bearing on the semantics of the AST (particularly
Span
s and NodeId
s).