Skip to content

Documentation for auto traits makes incorrect claims about Sync. #257

Closed
@alercah

Description

@alercah

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.

Metadata

Metadata

Assignees

Labels

C-bugIncorrect statements, terminology, or rendering issuesE-EasyWe believe this would not be difficult to actually fix

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions