mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 10:25:31 +00:00
Improve `alloc::Layout` coverage This PR improves the `core::alloc` coverage by adding a new test to `coretests` that cover the `Layout` methods when they error. Tracking issue: https://github.com/rust-lang/rust/issues/55724