Manishearth / rust-gc

Simple tracing (mark and sweep) garbage collector for Rust
Mozilla Public License 2.0
962 stars 50 forks source link

Enable the derive feature when testing #158

Closed andersk closed 1 year ago

andersk commented 1 year ago

Otherwise cargo test --all-features enables it anyway and breaks with error[E0252]: the name `Trace` is defined multiple times.