mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
34ef194859
rc: Take *const T in is_dangling It is not important which one is used since `is_dangling` does not access memory, but `*const` removes the needs of `*const T` -> `*mut T` casts in `from_raw_in`.