Closed
Description
Span
doesn't implement PartialEq
and Eq
, making the extra-traits
feature broken.
Should PartialEq
and Eq
be removed or is it better to wait for an implementation?
Related: #154
wasm-bindgen/crates/backend/src/ast.rs
Lines 200 to 210 in 9f6c2a6