rust/library/core/src/mem
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
..
manually_drop.rs Rollup merge of #88375 - joshlf:patch-3, r=dtolnay 2022-03-28 04:12:09 +02:00
maybe_uninit.rs MaybeUninit array cleanup 2022-04-15 20:53:50 -04:00
mod.rs Remove use of #[rustc_deprecated] 2022-04-14 01:33:13 -04:00
valid_align.rs Make non-power-of-two alignments a validity error in Layout 2022-04-08 20:17:38 -07:00