rust/tests/ui/lowering
Nicholas Nethercote af92a33dee Make synthetic RPITIT assoc ty name handling more rigorous.
Currently it relies on special treatment of `kw::Empty`, which is really
easy to get wrong. This commit makes the special case clearer in the
type system by using `Option`. It's a bit clumsy, but the synthetic name
handling itself is a bit clumsy; better to make it explicit than sneak
it in.

Fixes #133426.
2025-03-07 20:59:45 +11: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
issue-121108.rs Overhaul how stashed diagnostics work, again. 2024-02-29 11:08:27 +11:00
issue-121108.stderr Overhaul how stashed diagnostics work, again. 2024-02-29 11:08:27 +11: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 Make synthetic RPITIT assoc ty name handling more rigorous. 2025-03-07 20:59:45 +11: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