mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +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