rust/tests/ui/const-generics/parser-error-recovery
AprilNEA 4421270516
Merge associated_const_equality feature gate into MGCA
This removes `associated_const_equality` as a separate feature gate and makes it part of `min_generic_const_args` (mgca).

Key changes:
  - Remove `associated_const_equality` from unstable features, add to removed
  - Update all test files to use `min_generic_const_args` instead
  - Preserve the original "associated const equality is incomplete" error message by specially handling `sym::associated_const_equality` spans in `feature_gate.rs`
  - Rename FIXME(associated_const_equality) to FIXME(mgca)
2026-01-05 12:31:42 +08:00
..
issue-89013-no-assoc.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-89013-no-assoc.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-89013-no-kw.rs Update Tests 2024-06-05 20:08:00 -04:00
issue-89013-no-kw.stderr Merge associated_const_equality feature gate into MGCA 2026-01-05 12:31:42 +08:00
issue-89013-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-89013-type.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-89013.rs Update Tests 2024-06-05 20:08:00 -04:00
issue-89013.stderr Merge associated_const_equality feature gate into MGCA 2026-01-05 12:31:42 +08:00