This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 04f72f9
committed
Auto merge of rust-lang#100023 - saethlin:send-sync-chunksmut, r=m-ou-se
Add back Send and Sync impls on ChunksMut iterators
Fixes rust-lang#100014
These were accidentally removed in rust-lang#94247 because the representation was changed from `&mut [T]` to `*mut T`, which has `!Send + !Sync`.2 files changed
+45
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1788 | 1788 | | |
1789 | 1789 | | |
1790 | 1790 | | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
1791 | 1797 | | |
1792 | 1798 | | |
1793 | 1799 | | |
| |||
2114 | 2120 | | |
2115 | 2121 | | |
2116 | 2122 | | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
| 2128 | + | |
2117 | 2129 | | |
2118 | 2130 | | |
2119 | 2131 | | |
| |||
2835 | 2847 | | |
2836 | 2848 | | |
2837 | 2849 | | |
| 2850 | + | |
| 2851 | + | |
| 2852 | + | |
| 2853 | + | |
| 2854 | + | |
| 2855 | + | |
2838 | 2856 | | |
2839 | 2857 | | |
2840 | 2858 | | |
| |||
3168 | 3186 | | |
3169 | 3187 | | |
3170 | 3188 | | |
| 3189 | + | |
| 3190 | + | |
| 3191 | + | |
| 3192 | + | |
| 3193 | + | |
| 3194 | + | |
3171 | 3195 | | |
3172 | 3196 | | |
3173 | 3197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
1194 | 1215 | | |
1195 | 1216 | | |
1196 | 1217 | | |
| |||
0 commit comments