mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 15:45:30 +00:00
Require Pointee::Metadata to be Freeze So pointee metadata can be used in anonymous statics. This is prerequisite for implementing ThinBox without allocation for ZST. See https://github.com/rust-lang/rust/pull/123184#discussion_r1544627488 r? joboet