mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 00:07:32 +00:00
Improve `core::ptr` coverage This PR improves the `core::ptr` coverage by adding a new test to `coretests` for the `<*const T>::is_aligned_to` method. r? libs