You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge associated_const_equality feature gate into min_generic_const_args
- Replaces all `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 in `rustc_type_ir` and its implementation
- Updates all test files to use `min_generic_const_args` instead
- Updates rust-analyzer and clippy accordingly
0 commit comments