rust/tests/ui/lowering
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
..
expr-in-pat-issue-99380.rs Add a note to the ArbitraryExpressionInPattern error 2024-04-28 21:27:26 +02:00
expr-in-pat-issue-99380.stderr Change wording 2024-04-29 14:53:38 +02:00
issue-96847.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-121108.rs Overhaul how stashed diagnostics work, again. 2024-02-29 11:08:27 +11:00
issue-121108.stderr Remove ItemKind::descr method 2025-07-01 14:36:28 +02:00
no-name-for-DefPath-issue-133426.rs Make synthetic RPITIT assoc ty name handling more rigorous. 2025-03-07 20:59:45 +11:00
no-name-for-DefPath-issue-133426.stderr Merge associated_const_equality feature gate into MGCA 2026-01-05 12:31:42 +08:00
span-bug-issue-121431.rs Revert some span_bugs to span_delayed_bug. 2024-02-23 08:35:18 +11:00
span-bug-issue-121431.stderr Revert some span_bugs to span_delayed_bug. 2024-02-23 08:35:18 +11:00