For example, https://doc.rust-lang.org/nomicon/send-and-sync.html says:
> TODO: better explain what can or can't be Send or Sync. Sufficient to appeal only to data races?
Coincidentally I happen to have just written about this topic a few months ago: https://nyanpasu64.github.io/blog/an-unsafe-tour-of-rust-s-s...
Update 2: The changes to the GitHub repository are only being reflected in the nightly Nomicon, not the main webpage. Link to update: https://doc.rust-lang.org/nightly/nomicon/send-and-sync.html...
Update 3: Perhaps they are being reflected in the main webpage, but with a delay (possibly once per language release?)
If you're interested in this sort of thing John Gjenset's YouTube channel is also a great resource.
For example, https://doc.rust-lang.org/nomicon/send-and-sync.html says:
> TODO: better explain what can or can't be Send or Sync. Sufficient to appeal only to data races?
Coincidentally I happen to have just written about this topic a few months ago: https://nyanpasu64.github.io/blog/an-unsafe-tour-of-rust-s-s...