Commit 09dc00f
authored
Rollup merge of rust-lang#148048 - thaliaarchi:stabilize-maybeuninit-write-slice, r=Mark-Simulacrum
Stabilize `maybe_uninit_write_slice`
Stabilize feature `maybe_uninit_write_slice` (closes rust-lang#79995).
Note that this also const-stabilizes `<[MaybeUninit<_>]>::write_copy_of_slice`. That method depends on `<[_]>::copy_from_slice`, which is already const-stable, and `<[MaybeUninit<_>]>::assume_init_mut` which is now also stable.File tree
5 files changed
+9
-13
lines changed- library
- coretests/tests
- core/src/mem
- proc_macro
- src
- std/src
5 files changed
+9
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1128 | 1128 | | |
1129 | 1129 | | |
1130 | 1130 | | |
1131 | | - | |
1132 | 1131 | | |
1133 | 1132 | | |
1134 | 1133 | | |
| |||
1140 | 1139 | | |
1141 | 1140 | | |
1142 | 1141 | | |
1143 | | - | |
1144 | | - | |
1145 | 1142 | | |
1146 | 1143 | | |
1147 | 1144 | | |
| |||
1157 | 1154 | | |
1158 | 1155 | | |
1159 | 1156 | | |
1160 | | - | |
| 1157 | + | |
| 1158 | + | |
1161 | 1159 | | |
1162 | 1160 | | |
1163 | 1161 | | |
| |||
1188 | 1186 | | |
1189 | 1187 | | |
1190 | 1188 | | |
1191 | | - | |
1192 | 1189 | | |
1193 | 1190 | | |
1194 | 1191 | | |
| |||
1203 | 1200 | | |
1204 | 1201 | | |
1205 | 1202 | | |
1206 | | - | |
1207 | | - | |
1208 | 1203 | | |
1209 | 1204 | | |
1210 | 1205 | | |
| |||
1220 | 1215 | | |
1221 | 1216 | | |
1222 | 1217 | | |
1223 | | - | |
| 1218 | + | |
1224 | 1219 | | |
1225 | 1220 | | |
1226 | 1221 | | |
| |||
1415 | 1410 | | |
1416 | 1411 | | |
1417 | 1412 | | |
1418 | | - | |
| 1413 | + | |
1419 | 1414 | | |
1420 | 1415 | | |
1421 | 1416 | | |
| |||
1442 | 1437 | | |
1443 | 1438 | | |
1444 | 1439 | | |
1445 | | - | |
| 1440 | + | |
1446 | 1441 | | |
1447 | 1442 | | |
1448 | 1443 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | 352 | | |
354 | 353 | | |
355 | 354 | | |
| |||
0 commit comments