Amanieu / intrusive-rs

Intrusive collections for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage of Rc container with intrusive_adapater macro leads to unsound code

laa opened this issue · comments

intrusive_adapater macro implements both Send and Sync traits for the implementation of Adapter trait that leads to unsound code for !Send containers such as Rc.