mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
3f40ce54a9
Revert constification of `Borrow` and `Deref for Cow` due to inference failure Reported issue: rust-lang/rust#147964 Original PR: rust-lang/rust#145279 Previous revert: rust-lang/rust#148011 `const Borrow`/`Deref` tracking issue: rust-lang/rust#143773 Should have additional crater run to verify this fixes the issue. Since other PR is in the queue, this will need to be rebased after that merges. Also will want a beta nomination.