jorendorff / cell-gc

A very small GC in Rust, with a safe API
MIT License
62 stars 4 forks source link

Support `#[derive(IntoHeap)]` for types with no lifetime parameter #6

Closed jorendorff closed 7 years ago

jorendorff commented 7 years ago

It's especially annoying that it doesn't work on trivial C-like enums.

fitzgen commented 7 years ago

Future dupe of https://github.com/jorendorff/cell-gc/issues/21