-
I am referring to the code at rc.rs - source
-
I am on Rust stable, and prefer to stay on stable. I would like to copy/paste this one function into my own RcUtil struct.
-
The problem I am running into is that this appears to use some private Rc functions, like Rc::from_inner, as well as the private 'ptr' field of Weak
Question: Is there anyway to copy/paste & patch this code to make it work in Rust stable?