rust/tests/ui/query-system
Nicholas Nethercote 0385e26e7d Reintroduce QueryStackFrame split.
I tried removing it in #151203, to replace it with something simpler.
But a couple of fuzzing failures have come up and I don't have a clear
picture on how to fix them. So I'm reverting the main part of #151203.

This commit also adds the two fuzzing tests.

Fixes #151226, #151358.
2026-01-27 09:42:38 +11:00
..
fn-sig-cycle-arity.rs
fn-sig-cycle-arity.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-83479.rs Move opaque type checks from the hir item types visitor onto the wfcheck of the opaqe type itself 2025-06-05 10:30:09 +00:00
issue-83479.stderr Move opaque type checks from the hir item types visitor onto the wfcheck of the opaqe type itself 2025-06-05 10:30:09 +00:00
no-query-in-printing-during-query-descr.rs
no-query-in-printing-during-query-descr.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
query-cycle-printing-issue-151226.rs Reintroduce QueryStackFrame split. 2026-01-27 09:42:38 +11:00
query-cycle-printing-issue-151226.stderr Reintroduce QueryStackFrame split. 2026-01-27 09:42:38 +11:00
query-cycle-printing-issue-151358.rs Reintroduce QueryStackFrame split. 2026-01-27 09:42:38 +11:00
query-cycle-printing-issue-151358.stderr Reintroduce QueryStackFrame split. 2026-01-27 09:42:38 +11:00
query_depth.rs Replace NullOp::SizeOf and NullOp::AlignOf by lang items. 2025-10-23 00:38:28 +00:00
query_depth.stderr Replace NullOp::SizeOf and NullOp::AlignOf by lang items. 2025-10-23 00:38:28 +00:00