This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 6fa02c6
authored
Unrolled build for rust-lang#127661
Rollup merge of rust-lang#127661 - eduardosm:stabilize-io_slice_advance, r=cuviper
Stabilize io_slice_advance
Closes rust-lang#62726 (FCP completed)
Stabilized API:
```rust
impl<'a> IoSlice<'a> {
pub fn advance(&mut self, n: usize);
pub fn advance_slices(bufs: &mut &mut [IoSlice<'a>], n: usize);
}
impl<'a> IoSliceMut<'a> {
pub fn advance(&mut self, n: usize);
pub fn advance_slices(bufs: &mut &mut [IoSliceMut<'a>], n: usize);
}
```1 file changed
+4
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1256 | 1256 | | |
1257 | 1257 | | |
1258 | 1258 | | |
1259 | | - | |
1260 | | - | |
1261 | 1259 | | |
1262 | 1260 | | |
1263 | 1261 | | |
| |||
1268 | 1266 | | |
1269 | 1267 | | |
1270 | 1268 | | |
1271 | | - | |
| 1269 | + | |
1272 | 1270 | | |
1273 | 1271 | | |
1274 | 1272 | | |
| |||
1290 | 1288 | | |
1291 | 1289 | | |
1292 | 1290 | | |
1293 | | - | |
1294 | | - | |
1295 | 1291 | | |
1296 | 1292 | | |
1297 | 1293 | | |
| |||
1309 | 1305 | | |
1310 | 1306 | | |
1311 | 1307 | | |
1312 | | - | |
| 1308 | + | |
1313 | 1309 | | |
1314 | 1310 | | |
1315 | 1311 | | |
| |||
1400 | 1396 | | |
1401 | 1397 | | |
1402 | 1398 | | |
1403 | | - | |
1404 | | - | |
1405 | 1399 | | |
1406 | 1400 | | |
1407 | 1401 | | |
| |||
1412 | 1406 | | |
1413 | 1407 | | |
1414 | 1408 | | |
1415 | | - | |
| 1409 | + | |
1416 | 1410 | | |
1417 | 1411 | | |
1418 | 1412 | | |
| |||
1434 | 1428 | | |
1435 | 1429 | | |
1436 | 1430 | | |
1437 | | - | |
1438 | | - | |
1439 | 1431 | | |
1440 | 1432 | | |
1441 | 1433 | | |
| |||
1452 | 1444 | | |
1453 | 1445 | | |
1454 | 1446 | | |
1455 | | - | |
| 1447 | + | |
1456 | 1448 | | |
1457 | 1449 | | |
1458 | 1450 | | |
| |||
0 commit comments