]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #83269 - bstrie:revertdep, r=m-ou-se
authorDylan DPC <dylan.dpc@gmail.com>
Fri, 19 Mar 2021 22:01:39 +0000 (23:01 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Mar 2021 22:01:39 +0000 (23:01 +0100)
commitdbf589f9700fdebfbfd4b26b58b9d813f7677e84
tree57c3c852321efec87a1b8125a9bfaf41c787acd3
parent2cc5d727926dd8868ef0f7f62748da9105704402
parent1e322e33fe4469ff18e3d9fddc218b82bbede82e
Rollup merge of #83269 - bstrie:revertdep, r=m-ou-se

Revert the second deprecation of collections::Bound

Per the review at https://github.com/rust-lang/rust/pull/82122#discussion_r596448078 and the decision at https://rust-lang.zulipchat.com/#narrow/stream/219381-t-libs/topic/unavoidable.20breakage.20when.20deprecating.20an.20enum.3F , revert this small portion of #82122 for the time being. This doesn't affect the other components of that patch, i.e. `intrinsics::drop_in_place` is still deprecated-for-real, and uses of `collections::Bound` remain removed from the repo.