collinoc
Results
2
issues of
collinoc
I'm running into an issue with static thread local storage that contains a heap-allocated object when loading a library. Given a simple library: ```rust #[no_mangle] pub fn lib_func() { thread_local!...
This is my first PR here so let me know if I'm doing anything wrong. The docs for `retain_mut` in `LinkedList` and `VecDeque` say the predicate takes `&e`, but it...
S-waiting-on-bors
T-libs