rust/library/core
Matthias Krüger 9b0abe3537
Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errors
Revert "Suggest using `Arc` on `!Send`/`!Sync` types"

Closes https://github.com/rust-lang/rust/issues/114687. This is a clean revert of https://github.com/rust-lang/rust/pull/88936 + https://github.com/rust-lang/rust/pull/115210. The suggestion to Arc\<{Self}\> when Self does not implement Send is *always* wrong.

https://github.com/rust-lang/rust/pull/114842 is considering a way to make a more refined suggestion.
2023-08-28 19:53:57 +02:00
..
benches fix 2023-07-23 09:58:31 +00:00
primitive_docs
src Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errors 2023-08-28 19:53:57 +02:00
tests Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomcc 2023-08-28 08:13:57 +02:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00