Commit 54047ed
committed
Unrolled build for #160842 in rollup 161434
Rollup merge of #160842 - Walnut356:slice_ptr, r=Mark-Simulacrum
Apply `&[T]` visualizer to `*const [T]`, `*mut [T]` and `Box<[T]>`
Same as #159834, but for slices instead of `str`.
Once again, msvc is a bit hard to test at the moment so here is how the MSVC changes look:
<img width="605" height="171" alt="image" src="https://github.com/user-attachments/assets/ac4bd27d-bcd1-4e9e-a443-2186d80e9503" />2 files changed
Lines changed: 50 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
215 | 222 | | |
216 | 223 | | |
217 | 224 | | |
218 | 225 | | |
219 | 226 | | |
220 | 227 | | |
221 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
222 | 236 | | |
223 | 237 | | |
224 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
| 966 | + | |
| 967 | + | |
966 | 968 | | |
967 | 969 | | |
968 | 970 | | |
| |||
1182 | 1184 | | |
1183 | 1185 | | |
1184 | 1186 | | |
| 1187 | + | |
| 1188 | + | |
1185 | 1189 | | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
1186 | 1193 | | |
1187 | 1194 | | |
1188 | 1195 | | |
1189 | | - | |
1190 | | - | |
1191 | | - | |
| 1196 | + | |
| 1197 | + | |
| 1198 | + | |
| 1199 | + | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
1192 | 1221 | | |
1193 | | - | |
1194 | | - | |
1195 | | - | |
| 1222 | + | |
1196 | 1223 | | |
1197 | | - | |
| 1224 | + | |
1198 | 1225 | | |
1199 | 1226 | | |
1200 | 1227 | | |
| |||
0 commit comments