mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
32c045ecd1
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