Commit f8297e3
committed
Auto merge of #148216 - cuviper:stable-next, r=BoxyUwU,jackh726
[stable] Further revert `Deref for Cow` to its 1.90.0 state
It's not clear whether it breaks anything to *not* have this bound,
but the conservative choice is to match the state as of 1.90.0.
See also:
#147964 (comment)
https://rust-lang.zulipchat.com/#narrow/channel/144729-t-types/topic/Can.20this.20change.20break.20code.20in.201.2E91.3F/with/547528362File tree
2 files changed
+8
-4
lines changed- library/alloc/src
- tests/ui/traits
2 files changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
| 337 | + | |
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
0 commit comments