kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
436 stars 36 forks source link

make Gc::ptr_eq and GcWeak::ptr_eq match stdlib smart pointer ptr_eq #90

Closed kyren closed 6 months ago

kyren commented 6 months ago

Also fixes upcoming lint.

Should use https://github.com/rust-lang/rust/issues/116324 when it is available.