Closed vorner closed 5 years ago
They contain raw pointers, so Rust conservatively makes them not being Send or Sync. Look through them and decide if they can be either or when (eg. related to T itself).
Released in 0.3.9
They contain raw pointers, so Rust conservatively makes them not being Send or Sync. Look through them and decide if they can be either or when (eg. related to T itself).