Commit db4905a
authored
Rollup merge of rust-lang#79213 - yoshuawuyts:stabilize-slice-fill, r=m-ou-se
Stabilize `core::slice::fill`
Tracking issue rust-lang#70758
Stabilizes the `core::slice::fill` API in Rust 1.50, adding a `memset` doc alias so people coming from C/C++ looking for this operation can find it in the docs. This API hasn't seen any changes since we changed the signature in rust-lang#71165, and it seems like the right time to propose stabilization. Thanks!
r? `@m-ou-se`1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2581 | 2581 | | |
2582 | 2582 | | |
2583 | 2583 | | |
2584 | | - | |
2585 | | - | |
2586 | 2584 | | |
2587 | 2585 | | |
2588 | 2586 | | |
2589 | 2587 | | |
2590 | 2588 | | |
2591 | | - | |
| 2589 | + | |
2592 | 2590 | | |
2593 | 2591 | | |
2594 | 2592 | | |
| |||
0 commit comments