It would be nice to have the following: 1) An unsafe trait called "GcDeadEnd" (or something), marking something as having no Gc dependencies. 2) impl GcDeadEnd for e.g. String, primitives, Rc<impl GcDeadEnd>, RefCell<impl GcDeadEnd> etc. ~3) impl Trace for GcDeadEnd~ Cheers! :)
It would be nice to have the following:
3) impl Trace for GcDeadEndCheers! :)