Manishearth / rust-gc

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

Allow trait objects with methods on `self: Gc<Self>` on nightly #162

Closed andersk closed 1 year ago

andersk commented 1 year ago

This requires #![feature(arbitrary_self_types)] and nightly 2023-01-27 or later for https://github.com/rust-lang/rust/pull/97373.