mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 20:57:21 +00:00

check object safety of generic constants As `Self` can only be effectively used in constants with `const_evaluatable_checked` this should not matter outside of it. Implements the first item of #72219 > Object safety interactions with constants r? @oli-obk for now cc @nikomatsakis