mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
38c0de8dcb
refactor(mgca): Change `DefKind::Const` and `DefKind::AssocConst` to have a `is_type_const` flag Addresses rust-lang/rust#152940 - Changed `DefKind::Const` and `DefKind::AssocConst` to have a `is_type_const` flag. - changed `is_type_const` query to check for this flag - removed `is_rhs_type_const` query r? @BoxyUwU