Commit b107eb5
authored
Rollup merge of rust-lang#71479 - RalfJung:scalar-null-ptr, r=jonas-schievink
add back Scalar::null_ptr
We were a bit overeager with removing this in rust-lang#71005, Miri uses this function quite a bit.
The important part is that the `Place::null` methods are gone. :)
r? @jonas-schievink @oli-obk
Fixes rust-lang#714741 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
191 | 196 | | |
192 | 197 | | |
193 | 198 | | |
| |||
0 commit comments