This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 54e2ce7
authored
Unrolled build for rust-lang#131261
Rollup merge of rust-lang#131261 - clarfonthey:unsafe-cell-from-mut, r=m-ou-se
Stabilize `UnsafeCell::from_mut`
Closes rust-lang#111645.
FCP: rust-lang#111645 (comment)
Note that because `const_mut_refs` and `const_refs_to_cell` was stabilized, it's okay to const-stabilize this method as well.1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2122 | 2122 | | |
2123 | 2123 | | |
2124 | 2124 | | |
2125 | | - | |
2126 | 2125 | | |
2127 | 2126 | | |
2128 | 2127 | | |
| |||
2132 | 2131 | | |
2133 | 2132 | | |
2134 | 2133 | | |
2135 | | - | |
| 2134 | + | |
| 2135 | + | |
| 2136 | + | |
2136 | 2137 | | |
2137 | 2138 | | |
2138 | 2139 | | |
| |||
0 commit comments