mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
da476f1942
Merge `associated_const_equality` feature gate into MGCA Tracking Issues: rust-lang/rust#132980 rust-lang/rust#92827 Merge `associated_const_equality`(ACE) feature gate into `min_generic_const_args`(MGCA). - Replaces `features().associated_const_equality()` checks with `features().min_generic_const_args()` - Updates the parser to gate associated const equality under `min_generic_const_args` - Moves `associated_const_equality` to the removed features list - Removes the `associated_const_equality` method from the `Features` trait - Updates all affected tests and tools (rust-analyzer, clippy) Closes rust-lang/rust#150617 r? `@BoxyUwU`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.