mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
1a64e570c6
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