Files
rust/src/tools
bors 36f1f04f18 Auto merge of #82122 - bstrie:dep4real, r=dtolnay
Deprecate `intrinsics::drop_in_place` and `collections::Bound`, which accidentally weren't deprecated

Fixes #82080.

I've taken the liberty of updating the `since` values to 1.52, since an unobservable deprecation isn't much of a deprecation (even the detailed release notes never bothered to mention these deprecations).

As mentioned in the issue I'm *pretty* sure that using a type alias for `Bound` is semantically equivalent to the re-export; [the reference implies](https://doc.rust-lang.org/reference/items/type-aliases.html) that type aliases only observably differ from types when used on unit structs or tuple structs, whereas `Bound` is an enum.
2021-03-17 19:39:03 +00:00
..
2021-03-16 15:42:44 -07:00
2021-03-10 22:06:05 +00:00
2021-03-11 09:29:12 +01:00
2021-03-11 19:02:00 +01:00
2021-03-15 13:55:56 +02:00
2020-10-21 21:05:38 +01:00
2021-01-14 17:50:23 -08:00
2021-02-14 18:03:11 +03:00
2019-12-22 17:42:47 -05:00
2019-12-22 17:42:47 -05:00
2021-02-09 19:52:54 -06:00