rust/library/std/src/thread
bors 8a2fe75d0e Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors
Remove `#[rustc_deprecated]`

This removes `#[rustc_deprecated]` and introduces diagnostics to help users to the right direction (that being `#[deprecated]`). All uses of `#[rustc_deprecated]` have been converted. CI is expected to fail initially; this requires #95958, which includes converting `stdarch`.

I plan on following up in a short while (maybe a bootstrap cycle?) removing the diagnostics, as they're only intended to be short-term.
2022-05-09 04:47:30 +00:00
..
local Squashed implementation of the pass 2021-06-20 16:09:42 +02:00
local.rs Fix some links in the standard library 2022-05-01 00:02:34 +03:00
mod.rs Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors 2022-05-09 04:47:30 +00:00
scoped.rs Don't stabilize ScopedJoinHandle::is_finished yet. 2022-03-30 13:59:27 +02:00
tests.rs Add soundness test for dropping scoped thread results before joining. 2022-03-09 11:47:53 +01:00