mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 04:40:37 +00:00
Remove minor future footgun in `impl Debug for MaybeUninit` No longer breaks if `MaybeUninit` moves modules (technically it could break if `MaybeUninit` were renamed but realistically that will never happen) Debug impl originally added in #133282