rust/tests/ui/thir-print
Alex Celeste 1f691f7dbd Add missing closing brackets to THIR output.
Closing brackets were missing on AdtDef, the field_types list in FruInfo, and InlineAsmExpr, breaking folding in some editors;
Fields were incorrectly (?) indexed in the list for functional update syntax, showing the (implicit, irrelevant) iteration index instead of the field index;
also spurious colon after Pat.
2026-01-16 14:44:58 +00:00
..
c-variadic.rs c_variadic: Add future-incompatibility warning for ... arguments without a pattern outside of extern blocks 2025-11-10 14:33:56 +01:00
c-variadic.stdout Add missing closing brackets to THIR output. 2026-01-16 14:44:58 +00:00
offset_of.rs Add THIR building test. 2025-11-18 00:32:51 +00:00
offset_of.stdout Add missing closing brackets to THIR output. 2026-01-16 14:44:58 +00:00
str-patterns.rs Add a snapshot test for string patterns in THIR 2026-01-16 12:17:47 +11:00
str-patterns.stdout THIR patterns: Always use type str for string-constant-value nodes 2026-01-16 12:17:48 +11:00
thir-flat-const-variant.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
thir-flat-const-variant.stdout THIR: directly contain HirIds, not LintLevels 2026-01-14 14:25:21 -08:00
thir-flat.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
thir-flat.stdout THIR: directly contain HirIds, not LintLevels 2026-01-14 14:25:21 -08:00
thir-tree-field-expr-index.rs Add missing closing brackets to THIR output. 2026-01-16 14:44:58 +00:00
thir-tree-field-expr-index.stdout Add missing closing brackets to THIR output. 2026-01-16 14:44:58 +00:00
thir-tree-loop-match.rs Add #[loop_match] for improved DFA codegen 2025-06-23 20:43:04 +02:00
thir-tree-loop-match.stdout Add missing closing brackets to THIR output. 2026-01-16 14:44:58 +00:00
thir-tree-match.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
thir-tree-match.stdout Add missing closing brackets to THIR output. 2026-01-16 14:44:58 +00:00
thir-tree.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
thir-tree.stdout THIR: directly contain HirIds, not LintLevels 2026-01-14 14:25:21 -08:00