Closed
Description
https://doc.rust-lang.org/nightly/reference/special-types-and-traits.html#auto-traits
This page claims that if T
is Sync
, then so is &mut T
. This is false, however. I believe that it's false for RefUnwind
as well.
https://doc.rust-lang.org/nightly/reference/special-types-and-traits.html#auto-traits
This page claims that if T
is Sync
, then so is &mut T
. This is false, however. I believe that it's false for RefUnwind
as well.