mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 12:47:09 +00:00
Revert constification of `AsRef for Cow` due to inference failure Reported issue: rust-lang/rust#147964 Original PR: rust-lang/rust#145279 `const AsRef` tracking issue: rust-lang/rust#143773 Should have additional crater run to verify this fixes the issue.