| .. |
|
array-type-no-semi.rs
|
Recover [T: N] as [T; N]
|
2025-11-08 04:51:33 +01:00 |
|
array-type-no-semi.stderr
|
Recover [T: N] as [T; N]
|
2025-11-08 04:51:33 +01:00 |
|
binding-name-starting-with-number.rs
|
Fix test and move to more appropriate directory
|
2023-11-29 18:47:32 +00:00 |
|
binding-name-starting-with-number.stderr
|
Fix test and move to more appropriate directory
|
2023-11-29 18:47:32 +00:00 |
|
missing-dot-on-if-condition-expression-fixable.fixed
|
Increase accuracy of if condition misparse suggestion
|
2024-11-16 20:03:31 +00:00 |
|
missing-dot-on-if-condition-expression-fixable.rs
|
Increase accuracy of if condition misparse suggestion
|
2024-11-16 20:03:31 +00:00 |
|
missing-dot-on-if-condition-expression-fixable.stderr
|
Increase accuracy of if condition misparse suggestion
|
2024-11-16 20:03:31 +00:00 |
|
missing-dot-on-if-condition-expression.rs
|
Increase accuracy of if condition misparse suggestion
|
2024-11-16 20:03:31 +00:00 |
|
missing-dot-on-if-condition-expression.stderr
|
Increase accuracy of if condition misparse suggestion
|
2024-11-16 20:03:31 +00:00 |
|
missing-dot-on-statement-expression.fixed
|
Detect missing . in method chain in let bindings and statements
|
2024-12-21 02:46:33 +00:00 |
|
missing-dot-on-statement-expression.rs
|
Detect missing . in method chain in let bindings and statements
|
2024-12-21 02:46:33 +00:00 |
|
missing-dot-on-statement-expression.stderr
|
Detect missing . in method chain in let bindings and statements
|
2024-12-21 02:46:33 +00:00 |
|
param-default.rs
|
Recover param: Ty = EXPR
|
2025-08-22 21:45:28 +02:00 |
|
param-default.stderr
|
Recover param: Ty = EXPR
|
2025-08-22 21:45:28 +02:00 |
|
raw-no-const-mut.rs
|
Detect and provide suggestion for &raw EXPR
|
2025-04-04 21:36:12 +00:00 |
|
raw-no-const-mut.stderr
|
Detect and provide suggestion for &raw EXPR
|
2025-04-04 21:36:12 +00:00 |
|
recover-ampersand-less-ref-ty.rs
|
Improve parse errors for lifetimes in type position
|
2025-04-15 10:08:36 +02:00 |
|
recover-ampersand-less-ref-ty.stderr
|
Improve parse errors for lifetimes in type position
|
2025-04-15 10:08:36 +02:00 |
|
recover-assoc-const-constraint.rs
|
Use cfg(false) in UI tests
|
2025-04-03 21:41:58 +00:00 |
|
recover-assoc-const-constraint.stderr
|
Bless tests
|
2024-01-13 12:46:58 -05:00 |
|
recover-assoc-eq-missing-term.rs
|
Use cfg(false) in UI tests
|
2025-04-03 21:41:58 +00:00 |
|
recover-assoc-eq-missing-term.stderr
|
Remove extra space for missing associated type term
|
2025-10-05 11:11:47 +08:00 |
|
recover-assoc-lifetime-constraint.rs
|
Use cfg(false) in UI tests
|
2025-04-03 21:41:58 +00:00 |
|
recover-assoc-lifetime-constraint.stderr
|
Show diff suggestion format on verbose replacement
|
2025-02-10 20:21:39 +00:00 |
|
recover-colon-instead-of-eq-in-local.rs
|
Cancel parsing ever made during recovery
|
2024-03-06 21:59:03 +00:00 |
|
recover-colon-instead-of-eq-in-local.stderr
|
Cancel parsing ever made during recovery
|
2024-03-06 21:59:03 +00:00 |
|
recover-const-async-fn-ptr.rs
|
Rework how the disallowed qualifier lints are generated
|
2025-06-13 18:13:34 +02:00 |
|
recover-const-async-fn-ptr.stderr
|
Rework how the disallowed qualifier lints are generated
|
2025-06-13 18:13:34 +02:00 |
|
recover-enum.rs
|
|
|
|
recover-enum.stderr
|
|
|
|
recover-enum2.rs
|
Change how for (x in foo) {} is handled
|
2023-11-29 18:47:32 +00:00 |
|
recover-enum2.stderr
|
Always emit help when failing to parse enum variant
|
2023-11-29 18:47:32 +00:00 |
|
recover-field-extra-angle-brackets-in-struct-with-a-field.rs
|
|
|
|
recover-field-extra-angle-brackets-in-struct-with-a-field.stderr
|
Make parse error suggestions verbose and fix spans
|
2024-07-12 03:02:57 +00:00 |
|
recover-field-extra-angle-brackets.rs
|
|
|
|
recover-field-extra-angle-brackets.stderr
|
Make parse error suggestions verbose and fix spans
|
2024-07-12 03:02:57 +00:00 |
|
recover-field-semi.rs
|
Recover from semicolon field separator
|
2025-06-20 15:30:09 -05:00 |
|
recover-field-semi.stderr
|
Recover from semicolon field separator
|
2025-06-20 15:30:09 -05:00 |
|
recover-fn-ptr-with-generics.rs
|
Update tests.
|
2025-01-07 16:04:14 +01:00 |
|
recover-fn-ptr-with-generics.stderr
|
Merge E0412 into E0425
|
2025-12-02 18:25:13 +00:00 |
|
recover-fn-trait-from-fn-kw.rs
|
UI tests: add missing diagnostic kinds where possible
|
2025-04-08 23:06:31 +03:00 |
|
recover-fn-trait-from-fn-kw.stderr
|
Extend is_case_difference to handle digit-letter confusables
|
2025-07-31 13:55:59 +08:00 |
|
recover-for-loop-parens-around-head.fixed
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
recover-for-loop-parens-around-head.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
recover-for-loop-parens-around-head.stderr
|
Show diff suggestion format on verbose replacement
|
2025-02-10 20:21:39 +00:00 |
|
recover-from-bad-variant.rs
|
|
|
|
recover-from-bad-variant.stderr
|
Show diff suggestion format on verbose replacement
|
2025-02-10 20:21:39 +00:00 |
|
recover-from-homoglyph.rs
|
|
|
|
recover-from-homoglyph.stderr
|
Show diff suggestion format on verbose replacement
|
2025-02-10 20:21:39 +00:00 |
|
recover-labeled-non-block-expr.fixed
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
recover-labeled-non-block-expr.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
recover-labeled-non-block-expr.stderr
|
Fix ... in multline code-skips in suggestions
|
2024-06-20 04:25:17 +00:00 |
|
recover-missing-semi-before-item.fixed
|
Update tests.
|
2025-01-07 16:04:14 +01:00 |
|
recover-missing-semi-before-item.rs
|
Update tests.
|
2025-01-07 16:04:14 +01:00 |
|
recover-missing-semi-before-item.stderr
|
Update tests.
|
2025-01-07 16:04:14 +01:00 |
|
recover-missing-semi.rs
|
|
|
|
recover-missing-semi.stderr
|
Make ; suggestions inline
|
2024-07-12 03:22:32 +00:00 |
|
recover-parens-around-match-arm-head.fixed
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
recover-parens-around-match-arm-head.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
recover-parens-around-match-arm-head.stderr
|
Fix tidy
|
2023-11-29 18:47:32 +00:00 |
|
recover-pat-exprs.rs
|
compiletest: Make diagnostic kind mandatory on line annotations
|
2025-04-30 10:44:24 +03:00 |
|
recover-pat-exprs.stderr
|
fix: Don't add diff symbol to unchanged lines
|
2025-10-22 15:30:57 -06:00 |
|
recover-pat-issues.rs
|
Recover more expressions in patterns
|
2024-09-18 20:37:56 +02:00 |
|
recover-pat-issues.stderr
|
fix: Don't add diff symbol to unchanged lines
|
2025-10-22 15:30:57 -06:00 |
|
recover-pat-lets.rs
|
Recover more expressions in patterns
|
2024-09-18 20:37:56 +02:00 |
|
recover-pat-lets.stderr
|
remove feature(inline_const_pat)
|
2025-03-21 09:35:31 +01:00 |
|
recover-pat-ranges.rs
|
Gate 2015 UI tests
|
2025-11-27 11:19:00 -05:00 |
|
recover-pat-ranges.stderr
|
Gate 2015 UI tests
|
2025-11-27 11:19:00 -05:00 |
|
recover-pat-wildcards.rs
|
parse guard patterns
|
2024-11-24 19:42:33 +01:00 |
|
recover-pat-wildcards.stderr
|
fix: Don't add diff symbol to unchanged lines
|
2025-10-22 15:30:57 -06:00 |
|
recover-quantified-closure.rs
|
Gate 2015 UI tests
|
2025-11-27 11:19:00 -05:00 |
|
recover-quantified-closure.stderr
|
Gate 2015 UI tests
|
2025-11-27 11:19:00 -05:00 |
|
recover-range-pats.rs
|
Gate 2015 UI tests
|
2025-11-27 11:19:00 -05:00 |
|
recover-range-pats.stderr
|
Gate 2015 UI tests
|
2025-11-27 11:19:00 -05:00 |
|
recover-ref-dyn-mut.rs
|
|
|
|
recover-ref-dyn-mut.stderr
|
Show diff suggestion format on verbose replacement
|
2025-02-10 20:21:39 +00:00 |
|
recover-struct.rs
|
|
|
|
recover-struct.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
recover-tuple-pat.rs
|
|
|
|
recover-tuple-pat.stderr
|
Show number in error message even for one error
|
2023-11-24 19:15:52 +01:00 |
|
recover-tuple.rs
|
|
|
|
recover-tuple.stderr
|
|
|
|
recover-unticked-labels.fixed
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
recover-unticked-labels.rs
|
[AUTO-GENERATED] Migrate ui tests from // to //@ directives
|
2024-02-16 20:02:50 +00:00 |
|
recover-unticked-labels.stderr
|
Make parse error suggestions verbose and fix spans
|
2024-07-12 03:02:57 +00:00 |
|
recover-where-clause-before-tuple-struct-body-0.fixed
|
Added checks for attribute in type case
|
2025-08-05 07:10:31 +05:00 |
|
recover-where-clause-before-tuple-struct-body-0.rs
|
Added checks for attribute in type case
|
2025-08-05 07:10:31 +05:00 |
|
recover-where-clause-before-tuple-struct-body-0.stderr
|
Added checks for attribute in type case
|
2025-08-05 07:10:31 +05:00 |
|
recover-where-clause-before-tuple-struct-body-1.rs
|
|
|
|
recover-where-clause-before-tuple-struct-body-1.stderr
|
|
|
|
turbofish-arg-with-stray-colon.rs
|
Make sure we consume a generic arg when checking mistyped turbofish
|
2024-05-09 10:47:14 -04:00 |
|
turbofish-arg-with-stray-colon.stderr
|
Remove old diagnostic notes for type ascription syntax
|
2025-04-16 20:24:55 +10:00 |
|
unicode-double-equals-recovery.rs
|
Fix ICE in suggestion caused by ⩵ being recovered as ==
|
2024-07-18 17:47:31 +00:00 |
|
unicode-double-equals-recovery.stderr
|
Show diff suggestion format on verbose replacement
|
2025-02-10 20:21:39 +00:00 |