rust/tests/ui/suggestions
Matthias Krüger 02434fe718
Rollup merge of #148678 - xonx4l:EO412_replacement_with_EO425, r=Kivooeo
Merge E0412 into E0425

This PR merge E0412 into E0425  as both mean the same thing to users.

This fixes https://github.com/rust-lang/rust/issues/148558.
2025-12-02 22:02:30 +01:00
..
auxiliary Handle cycles when checking impl candidates for doc(hidden) 2025-11-21 11:43:53 -05:00
dont-suggest-doc-hidden-variant-for-enum [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dont-suggest-ref Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
lifetimes Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
types UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
abi-typo.fixed add (back) unsupported_calling_conventions lint to reject more invalid calling conventions 2025-06-08 07:34:41 +02:00
abi-typo.rs add (back) unsupported_calling_conventions lint to reject more invalid calling conventions 2025-06-08 07:34:41 +02:00
abi-typo.stderr add (back) unsupported_calling_conventions lint to reject more invalid calling conventions 2025-06-08 07:34:41 +02:00
adt-param-with-implicit-sized-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
adt-param-with-implicit-sized-bound.stderr review comment: change wording 2024-02-01 03:31:03 +00:00
ambiguous-assoc-type-path-suggest-similar-item.rs Rename downcast_[ref|mut]_unchecked -> downcast_unchecked_[ref|mut] 2025-10-26 06:31:28 +10:30
ambiguous-assoc-type-path-suggest-similar-item.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
apitit-unimplemented-method.rs handle const generics, ?Sized, early bound lifetimes 2025-09-16 10:17:25 -04:00
apitit-unimplemented-method.stderr handle const generics, ?Sized, early bound lifetimes 2025-09-16 10:17:25 -04:00
args-instead-of-tuple-errors.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
args-instead-of-tuple-errors.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
args-instead-of-tuple.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
args-instead-of-tuple.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
args-instead-of-tuple.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
as-ref-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
as-ref-2.stderr Suggest cloning and point out obligation errors on move error 2023-12-04 21:54:32 +00:00
as-ref.rs More robust as_ref/as_deref suggestions 2023-06-08 16:30:05 +00:00
as-ref.stderr recurse into refs when comparing tys for diagnostics 2023-12-07 23:00:46 -05:00
assoc-const-as-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-const-as-field.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
assoc-const-as-fn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-const-as-fn.stderr Mention type parameter in more cases and don't suggest ~const bound already there 2024-12-07 21:37:13 +00:00
assoc-const-without-self.rs suggest qualifying bare associated constants 2023-01-25 08:58:27 -05:00
assoc-const-without-self.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
assoc-ct-for-assoc-method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-ct-for-assoc-method.stderr Extend is_case_difference to handle digit-letter confusables 2025-07-31 13:55:59 +08:00
assoc-type-in-method-return.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
assoc-type-in-method-return.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
assoc_fn_without_self.rs More accurate suggestion for self. and Self:: 2023-09-23 01:34:50 +00:00
assoc_fn_without_self.stderr Tweak wording and logic 2023-09-23 01:54:05 +00:00
async-fn-ctor-passed-as-arg-where-it-should-have-been-called.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
async-fn-ctor-passed-as-arg-where-it-should-have-been-called.stderr Stabilize async closures 2024-12-13 00:04:56 +00:00
attribute-typos.rs Remove attribute #[rustc_error] 2025-03-30 01:32:21 +03:00
attribute-typos.stderr fix: Add col separator before secondary messages with no source 2025-08-26 15:15:17 -06:00
bad-hex-float-lit.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bad-hex-float-lit.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
bad-infer-in-trait-impl.rs Replace ItemCtxt::report_placeholder_type_error match with a call to TyCtxt::def_descr 2025-06-30 20:36:16 +02:00
bad-infer-in-trait-impl.stderr Replace ItemCtxt::report_placeholder_type_error match with a call to TyCtxt::def_descr 2025-06-30 20:36:16 +02:00
bool_typo_err_suggest.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bool_typo_err_suggest.stderr Extend is_case_difference to handle digit-letter confusables 2025-07-31 13:55:59 +08:00
borrow-for-loop-head.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
borrow-for-loop-head.stderr Peel off explicit (or implicit) deref before suggesting clone on move error in borrowck 2024-07-26 14:41:56 -04:00
bound-suggestions.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
bound-suggestions.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
bound-suggestions.stderr Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
box-future-wrong-output.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
box-future-wrong-output.stderr Rework "long type names" printing logic 2025-01-31 20:39:01 +00:00
boxed-variant-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
boxed-variant-field.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
call-boxed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
call-boxed.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
call-on-missing.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
call-on-missing.stderr recover primary span label 2023-11-16 17:00:23 +00:00
call-on-unimplemented-ctor.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
call-on-unimplemented-ctor.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
call-on-unimplemented-fn-ptr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
call-on-unimplemented-fn-ptr.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
call-on-unimplemented-with-autoderef.rs Consolidate two almost duplicated fn info extraction routines 2023-01-13 22:43:17 +00:00
call-on-unimplemented-with-autoderef.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
case-difference-suggestions.rs Extend is_case_difference to handle digit-letter confusables 2025-07-31 13:55:59 +08:00
case-difference-suggestions.stderr Extend is_case_difference to handle digit-letter confusables 2025-07-31 13:55:59 +08:00
chain-method-call-mutation-in-place.rs Emit "modifies receiver" diagnostic when no method is found 2023-03-14 16:39:45 +01:00
chain-method-call-mutation-in-place.stderr Recurse over the method chain and maintain a stack to peek at previous receiver to align spans 2023-11-10 13:00:27 -08:00
clone-bounds-121524.rs Account for impl Trait in "add bound" suggestion message 2024-12-07 21:37:15 +00:00
clone-bounds-121524.stderr Account for impl Trait in "add bound" suggestion message 2024-12-07 21:37:15 +00:00
clone-on-unconstrained-borrowed-type-param.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
clone-on-unconstrained-borrowed-type-param.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
clone-on-unconstrained-borrowed-type-param.stderr reword trait bound suggestion message to include the bounds 2024-12-07 21:26:20 +00:00
const-in-struct-pat.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
const-in-struct-pat.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
const-no-type.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
const-no-type.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
const-pat-non-exaustive-let-new-var.rs compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
const-pat-non-exaustive-let-new-var.stderr compiletest: Make diagnostic kind mandatory on line annotations 2025-04-30 10:44:24 +03:00
constrain-suggest-ice.rs Exit when there are unmatched delims to avoid noisy diagnostics 2023-02-28 07:55:19 +00:00
constrain-suggest-ice.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
constrain-trait.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
constrain-trait.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
constrain-trait.stderr Update tests 2024-02-07 10:42:01 +08:00
copied-and-cloned.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
copied-and-cloned.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
copied-and-cloned.stderr Revert PR #114052 to fix invalid suggestion 2023-08-17 14:33:33 +02:00
core-std-import-order-issue-83564.no_std.fixed Warn on redundant --cfg directive when revisions are used 2024-10-19 12:40:12 +00:00
core-std-import-order-issue-83564.no_std.stderr Tweak output of import suggestions 2024-06-13 20:22:21 +00:00
core-std-import-order-issue-83564.rs Warn on redundant --cfg directive when revisions are used 2024-10-19 12:40:12 +00:00
core-std-import-order-issue-83564.std.fixed Warn on redundant --cfg directive when revisions are used 2024-10-19 12:40:12 +00:00
core-std-import-order-issue-83564.std.stderr Tweak output of import suggestions 2024-06-13 20:22:21 +00:00
correct-binder-for-arbitrary-bound-sugg.rs Place binder correctly for arbitrary trait bound suggestion 2023-03-06 16:37:34 +00:00
correct-binder-for-arbitrary-bound-sugg.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
count2len.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
count2len.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
crate-or-module-typo.rs Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
crate-or-module-typo.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
deref-path-method.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deref-path-method.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
derive-clone-for-eq.fixed Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" 2024-08-03 07:57:31 -04:00
derive-clone-for-eq.rs Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" 2024-08-03 07:57:31 -04:00
derive-clone-for-eq.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
derive-macro-missing-bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
derive-macro-missing-bounds.stderr Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
derive-trait-for-method-call.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
derive-trait-for-method-call.stderr Use fulfillment, not evaluate, during method probe 2024-04-21 20:10:12 -04:00
do-not-attempt-to-add-suggestions-with-no-changes.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
do-not-attempt-to-add-suggestions-with-no-changes.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
dont-suggest-borrowing-existing-borrow.fixed Update test 2025-07-10 17:34:39 +00:00
dont-suggest-borrowing-existing-borrow.rs Update test 2025-07-10 17:34:39 +00:00
dont-suggest-borrowing-existing-borrow.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
dont-suggest-boxing-async-closure-body.rs Shorten error message for callable with wrong return type 2025-02-02 01:00:33 +00:00
dont-suggest-boxing-async-closure-body.stderr Shorten error message for callable with wrong return type 2025-02-02 01:00:33 +00:00
dont-suggest-deref-inside-macro-issue-58298.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont-suggest-deref-inside-macro-issue-58298.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
dont-suggest-foreign-doc-hidden.rs Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
dont-suggest-foreign-doc-hidden.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
dont-suggest-pin-array-dot-set.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont-suggest-pin-array-dot-set.stderr Consider methods from traits when suggesting typos 2024-02-22 18:04:55 +00:00
dont-suggest-private-trait-method.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
dont-suggest-private-trait-method.stderr Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
dont-suggest-try_into-in-macros.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont-suggest-try_into-in-macros.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
dont-suggest-ufcs-for-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dont-suggest-ufcs-for-const.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
dont-try-removing-the-field.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
dont-try-removing-the-field.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
dont-wrap-ambiguous-receivers.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
dont-wrap-ambiguous-receivers.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
dont_suggest_raw_pointer_syntax-issue-127562.rs Remove invalid help diagnostics for const pointer 2024-07-16 01:56:27 +08:00
dont_suggest_raw_pointer_syntax-issue-127562.stderr Provide more context when mutably borrowing an imutable borrow 2025-11-09 22:14:48 +00:00
double-reference-ty-in-self-ty.rs early return in trait detection for non-trait item 2025-06-09 01:29:36 +08:00
double-reference-ty-in-self-ty.stderr early return in trait detection for non-trait item 2025-06-09 01:29:36 +08:00
dyn-incompatible-trait-references-self.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
dyn-incompatible-trait-references-self.stderr Check Sizedness of return type in WF 2025-02-03 19:00:22 +00:00
dyn-incompatible-trait-should-use-self-2021-without-dyn.rs Merge unboxed trait object error suggestion into regular dyn incompat error 2025-06-13 13:54:06 +00:00
dyn-incompatible-trait-should-use-self-2021-without-dyn.stderr Merge unboxed trait object error suggestion into regular dyn incompat error 2025-06-13 13:54:06 +00:00
dyn-incompatible-trait-should-use-self-2021.rs Merge unboxed trait object error suggestion into regular dyn incompat error 2025-06-13 13:54:06 +00:00
dyn-incompatible-trait-should-use-self-2021.stderr Merge unboxed trait object error suggestion into regular dyn incompat error 2025-06-13 13:54:06 +00:00
dyn-incompatible-trait-should-use-self.rs Merge unboxed trait object error suggestion into regular dyn incompat error 2025-06-13 13:54:06 +00:00
dyn-incompatible-trait-should-use-self.stderr Merge unboxed trait object error suggestion into regular dyn incompat error 2025-06-13 13:54:06 +00:00
dyn-incompatible-trait-should-use-where-sized.fixed Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
dyn-incompatible-trait-should-use-where-sized.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
dyn-incompatible-trait-should-use-where-sized.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
enum-method-probe.fixed Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
enum-method-probe.rs Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
enum-method-probe.stderr fix: Add col separator before secondary messages with no source 2025-08-26 15:15:17 -06:00
enum-variant-arg-mismatch.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
enum-variant-arg-mismatch.stderr On Fn arg mismatch for a fn path, suggest a closure 2023-11-29 18:55:00 +00:00
expected-boxed-future-isnt-pinned.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
expected-boxed-future-isnt-pinned.stderr Rework "long type names" printing logic 2025-01-31 20:39:01 +00:00
field-access-considering-privacy.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
field-access-considering-privacy.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
field-access.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
field-access.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
field-access.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
field-has-method.rs Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
field-has-method.stderr Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
fn-ctor-passed-as-arg-where-it-should-have-been-called.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
fn-ctor-passed-as-arg-where-it-should-have-been-called.stderr On long E0277 primary span label, move it to a help 2024-11-02 03:08:04 +00:00
fn-missing-lifetime-in-item.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-missing-lifetime-in-item.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-needing-specified-return-type-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-needing-specified-return-type-param.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
fn-or-tuple-struct-with-underscore-args.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-or-tuple-struct-with-underscore-args.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-or-tuple-struct-without-args.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-or-tuple-struct-without-args.stderr More accurate suggestions when writing wrong style of enum variant literal 2024-07-18 18:20:35 +00:00
fn-to-method-deeply-nested.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-to-method-deeply-nested.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
fn-to-method.import_trait_associated_functions.stderr Implement use associated items of traits 2025-01-16 16:34:05 +08:00
fn-to-method.normal.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
fn-to-method.rs Implement use associated items of traits 2025-01-16 16:34:05 +08:00
fn-trait-notation.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
fn-trait-notation.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
fn-trait-notation.stderr Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
for-i-in-vec.fixed Suggest .clone() in some move errors 2024-04-11 16:41:41 +00:00
for-i-in-vec.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
for-i-in-vec.stderr Suggest .clone() in some move errors 2024-04-11 16:41:41 +00:00
for-loop-missing-in.fixed Recover for PAT = EXPR {} 2025-08-08 18:46:09 +00:00
for-loop-missing-in.rs Recover for PAT = EXPR {} 2025-08-08 18:46:09 +00:00
for-loop-missing-in.stderr Recover for PAT = EXPR {} 2025-08-08 18:46:09 +00:00
format-borrow.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
format-borrow.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
ice-unwrap-probe-many-result-125876.rs Add more missing 2015 edition directives 2025-06-05 09:20:19 +02:00
ice-unwrap-probe-many-result-125876.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
if-let-typo.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
if-let-typo.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
if-then-neeing-semi.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
if-then-neeing-semi.stderr Filter empty lines, comments and delimiters from previous to last multiline span rendering 2024-12-12 23:36:27 +00:00
ignore-nested-field-binding.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
ignore-nested-field-binding.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
ignore-nested-field-binding.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
imm-ref-trait-object-literal-bound-regions.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
imm-ref-trait-object-literal-bound-regions.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
imm-ref-trait-object-literal.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
imm-ref-trait-object-literal.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
imm-ref-trait-object.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
imm-ref-trait-object.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
impl-on-dyn-trait-with-implicit-static-bound-needing-more-suggestions.rs diagnostics :3 2025-08-20 11:10:38 +02:00
impl-on-dyn-trait-with-implicit-static-bound-needing-more-suggestions.stderr diagnostics :3 2025-08-20 11:10:38 +02:00
impl-on-dyn-trait-with-implicit-static-bound.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
impl-on-dyn-trait-with-implicit-static-bound.stderr Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
impl-trait-missing-lifetime-gated.rs Replace elided_named_lifetimes with mismatched_lifetime_syntaxes 2025-06-04 10:40:04 -04:00
impl-trait-missing-lifetime-gated.stderr Replace elided_named_lifetimes with mismatched_lifetime_syntaxes 2025-06-04 10:40:04 -04:00
impl-trait-missing-lifetime.rs Do not recover missing lifetime with random in-scope lifetime 2025-03-03 05:57:55 +00:00
impl-trait-missing-lifetime.stderr Do not recover missing lifetime with random in-scope lifetime 2025-03-03 05:57:55 +00:00
impl-trait-return-trailing-semicolon.rs When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
impl-trait-return-trailing-semicolon.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
impl-trait-with-missing-bounds.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
impl-trait-with-missing-bounds.stderr Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
impl-trait-with-missing-trait-bounds-in-arg.fixed Wrap dyn type with parentheses in suggestion 2024-04-23 00:15:10 +09:00
impl-trait-with-missing-trait-bounds-in-arg.rs Wrap dyn type with parentheses in suggestion 2024-04-23 00:15:10 +09:00
impl-trait-with-missing-trait-bounds-in-arg.stderr Wrap dyn type with parentheses in suggestion 2024-04-23 00:15:10 +09:00
import-trait-for-method-call.rs Add insta-stable std:#️⃣:{DefaultHasher, RandomState} exports 2023-11-02 20:35:20 -04:00
import-trait-for-method-call.stderr fix: Add col separator before secondary messages with no source 2025-08-26 15:15:17 -06:00
import-visible-path-39175.fixed tests: move tests/ui/issues/issue-39175.rs under suggestions/ and rename 2025-01-23 20:51:28 +08:00
import-visible-path-39175.rs tests: move tests/ui/issues/issue-39175.rs under suggestions/ and rename 2025-01-23 20:51:28 +08:00
import-visible-path-39175.stderr tests: move tests/ui/issues/issue-39175.rs under suggestions/ and rename 2025-01-23 20:51:28 +08:00
incompatible-types-in-try-expression-59756.fixed Add test batch 3 2025-09-12 14:45:12 -04:00
incompatible-types-in-try-expression-59756.rs Add test batch 3 2025-09-12 14:45:12 -04:00
incompatible-types-in-try-expression-59756.stderr Add test batch 3 2025-09-12 14:45:12 -04:00
incorrect-variant-literal.rs Add svg test for incorrect literal type suggestion 2024-07-18 18:20:32 +00:00
incorrect-variant-literal.svg refactor: Use plain ansi colors for output 2025-10-20 12:13:26 -06:00
inner_type.fixed add nonpoison::rwlock implementation 2025-08-09 08:41:26 +02:00
inner_type.rs add nonpoison::rwlock implementation 2025-08-09 08:41:26 +02:00
inner_type.stderr add nonpoison::rwlock implementation 2025-08-09 08:41:26 +02:00
inner_type2.rs Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
inner_type2.stderr Use tcx.short_string() in more diagnostics 2025-08-07 21:18:00 +00:00
into-convert-range-issue-148344.fixed Fix incorrect precedence caused by range expression 2025-11-06 17:34:48 +08:00
into-convert-range-issue-148344.rs Fix incorrect precedence caused by range expression 2025-11-06 17:34:48 +08:00
into-convert-range-issue-148344.stderr Fix incorrect precedence caused by range expression 2025-11-06 17:34:48 +08:00
into-convert.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
into-convert.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
into-str.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
into-str.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
invalid-bin-op.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-bin-op.stderr fix ui tests 2024-02-04 11:34:10 +08:00
issue-21673.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-21673.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-51055-missing-semicolon-between-call-and-tuple.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-51055-missing-semicolon-between-call-and-tuple.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-52820.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-52820.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-52820.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
issue-53692.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-53692.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-53692.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
issue-57672.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-59819.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-59819.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-59819.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
issue-61226.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-61226.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-61226.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-61963.rs Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
issue-61963.stderr Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
issue-62843.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-62843.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
issue-64252-self-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-64252-self-type.stderr Add FnContext in parser for diagnostic 2025-08-14 21:31:47 +08:00
issue-66968-suggest-sorted-words.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-66968-suggest-sorted-words.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-68049-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-68049-1.stderr Provide more context when mutably borrowing an imutable borrow 2025-11-09 22:14:48 +00:00
issue-68049-2.rs Account for trait/impl difference when suggesting changing argument from ref to mut ref 2024-04-06 16:23:10 +00:00
issue-68049-2.stderr Provide more context when mutably borrowing an imutable borrow 2025-11-09 22:14:48 +00:00
issue-71394-no-from-impl.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-71394-no-from-impl.stderr sort array trait implementation suggestions correctly 2025-09-12 12:12:06 +02:00
issue-72766.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-72766.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-79843-impl-trait-with-missing-bounds-on-async-fn.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-79843-impl-trait-with-missing-bounds-on-async-fn.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-81098.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-81098.stderr Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
issue-81839.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-81839.stderr Remove a suggestion that is redundant 2024-02-15 17:20:44 +00:00
issue-82361.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-82361.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-82361.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-82566-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-82566-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-82566-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-82566-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-83892.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-83892.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-83892.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-83943.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-83943.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-83943.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
issue-84592.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-84592.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-84700.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-84700.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-84973-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-84973-2.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
issue-84973-blacklist.rs On long E0277 primary span label, move it to a help 2024-11-02 03:08:04 +00:00
issue-84973-blacklist.stderr E0277: suggest dereferencing function arguments in more cases 2024-11-21 03:27:05 -08:00
issue-84973-negative.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-84973-negative.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
issue-84973.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-84973.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
issue-85347.rs Rename HIR TypeBinding to AssocItemConstraint and related cleanup 2024-05-30 22:52:33 +02:00
issue-85347.stderr Fix associated item removal suggestion 2024-07-17 21:30:40 +00:00
issue-85943-no-suggest-unsized-indirection-in-where-clause.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-85943-no-suggest-unsized-indirection-in-where-clause.stderr review comment: change wording 2024-02-01 03:31:03 +00:00
issue-85945-check-where-clause-before-suggesting-unsized.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-85945-check-where-clause-before-suggesting-unsized.stderr On E0277 be clearer about implicit Sized bounds on type params and assoc types 2024-02-01 03:30:26 +00:00
issue-86100-tuple-paren-comma.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-86100-tuple-paren-comma.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
issue-86667.rs replace //@ compile-flags: --edition with //@ edition 2025-04-10 09:56:37 +02:00
issue-86667.stderr make type_flags(ReError) & HAS_ERROR 2024-03-20 17:29:58 +00:00
issue-88696.rs diagnostics: exclude indirect private deps from trait impl suggest 2023-05-25 08:14:33 -07:00
issue-88696.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
issue-88730.rs Change bindings_with_variant_name to deny-by-default 2023-01-20 02:26:12 -05:00
issue-88730.stderr Change bindings_with_variant_name to deny-by-default 2023-01-20 02:26:12 -05:00
issue-89064.rs Change suggestion message wording 2024-07-22 22:04:49 +00:00
issue-89064.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-89333.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-89333.stderr Deduplicate more sized errors on call exprs 2024-01-24 02:53:15 +00:00
issue-89640.rs Detect extra space in keyword for better hint 2023-07-04 18:13:31 +08:00
issue-89640.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-90213-expected-boxfuture-self-ice.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-90213-expected-boxfuture-self-ice.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-90974.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-90974.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-94171.rs Fix overflow in error emitter 2023-05-19 20:58:06 +02:00
issue-94171.stderr Deduplicate unmatched_delims in rustc_parse to reduce confusion 2025-07-18 20:34:58 +08:00
issue-96223.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-96223.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
issue-96555.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-96555.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
issue-97677.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-97677.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-97677.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
issue-97704.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-97704.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-97704.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-97760.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-97760.stderr Update tests. 2025-08-26 14:46:11 +02:00
issue-98500.rs Refactor dyn-compatibility error and suggestions 2025-01-22 09:20:57 -08:00
issue-98500.stderr Compiler: Finalize dyn compatibility renaming 2025-01-26 21:20:31 +01:00
issue-98562.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-98562.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-99080.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-99080.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
issue-99240-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99240-2.stderr tests: remove some trailing ws 2024-04-27 10:54:31 +03:00
issue-99240.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99240.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-99597.rs fix(diagnostic): wrap parens for ref impl trait param 2023-05-16 09:29:33 +08:00
issue-99597.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-101065.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-101065.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-101065.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-101421.rs diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
issue-101421.stderr Revert suggestion verbosity change 2024-07-22 22:51:53 +00:00
issue-101465.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
issue-101465.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-101623.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-101623.stderr When a trait isn't implemented, but another similar impl is found, point at it: 2025-10-31 20:38:31 +00:00
issue-101984.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-101984.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-102354.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-102354.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-102892.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
issue-102892.stderr Revert "Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco" 2024-03-11 21:28:16 +00:00
issue-102972.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-102972.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-102972.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-103112.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-103112.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-103646.rs compiletest: Stricter parsing for diagnostic kinds 2025-04-07 19:13:31 +03:00
issue-103646.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-104086-suggest-let.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-104086-suggest-let.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-104287.rs diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
issue-104287.stderr Revert suggestion verbosity change 2024-07-22 22:51:53 +00:00
issue-104327.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-104327.stderr Retire hir::*ItemRef. 2025-07-13 13:50:01 +00:00
issue-104961.fixed Remove generic lifetime parameter of trait Pattern 2024-07-15 12:12:44 +02:00
issue-104961.rs Remove generic lifetime parameter of trait Pattern 2024-07-15 12:12:44 +02:00
issue-104961.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
issue-105226.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105226.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105494.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-105494.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
issue-105645.rs compiletest: Improve diagnostics for line annotation mismatches 2025-06-23 21:30:56 +03:00
issue-105645.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
issue-105761-suggest-self-for-closure.fixed Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
issue-105761-suggest-self-for-closure.rs Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
issue-105761-suggest-self-for-closure.stderr Gate 2018 UI tests 2025-11-27 14:13:58 -05:00
issue-106443-sugg-clone-for-arg.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-106443-sugg-clone-for-arg.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
issue-106443-sugg-clone-for-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-106443-sugg-clone-for-bound.stderr Mention type parameter in more cases and don't suggest ~const bound already there 2024-12-07 21:37:13 +00:00
issue-107860.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-107860.stderr Rework "long type names" printing logic 2025-01-31 20:39:01 +00:00
issue-108470.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-108470.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-108470.stderr Fix bad suggestion for clone/is_some in field init shorthand 2023-03-24 19:52:34 +08:00
issue-109291.rs Fix issue when there are multiple candidates for edit_distance_with_substrings 2023-03-20 22:48:26 +08:00
issue-109291.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
issue-109396.rs Avoid ICE of attempt to add with overflow in emitter 2023-03-21 01:23:28 +08:00
issue-109396.stderr chore: Update annotate-snippets to 0.12.10 2025-12-01 18:12:35 -07:00
issue-109436.rs Fixes #109436: add parentheses properly 2023-03-22 13:52:24 +08:00
issue-109436.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-109854.rs Fix overflow in error emitter 2023-05-19 20:58:06 +02:00
issue-109854.stderr chore: Update annotate-snippets to 0.12.10 2025-12-01 18:12:35 -07:00
issue-109991.rs Do not offer any of the suggestions in emit_coerce_suggestions for expr from destructuring assignment desugaring 2023-06-25 09:26:17 +08:00
issue-109991.stderr Do not offer any of the suggestions in emit_coerce_suggestions for expr from destructuring assignment desugaring 2023-06-25 09:26:17 +08:00
issue-112590-suggest-import.rs Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
issue-112590-suggest-import.stderr Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
issue-114701.rs Remove extra errors 2023-08-15 10:58:33 +00:00
issue-114701.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-114797-bad-parentheses-dyn-trait.fixed blessings 2024-07-04 17:56:09 +02:00
issue-114797-bad-parentheses-dyn-trait.rs blessings 2024-07-04 17:56:09 +02:00
issue-114797-bad-parentheses-dyn-trait.stderr blessings 2024-07-04 17:56:09 +02:00
issue-116434-2015.rs Merge unboxed trait object error suggestion into regular dyn incompat error 2025-06-13 13:54:06 +00:00
issue-116434-2015.stderr bless tests with new lint messages 2025-08-19 21:27:10 +02:00
issue-116434-2021.rs Don't assume traits used as type are trait objs 2024-10-11 17:36:04 +02:00
issue-116434-2021.stderr Don't assume traits used as type are trait objs 2024-10-11 17:36:04 +02:00
issue-117669.rs Reorder type mismatch suggestions 2023-11-08 14:15:25 +00:00
issue-117669.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
js-style-comparison-op-separate-eq-token.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
js-style-comparison-op-separate-eq-token.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
js-style-comparison-op.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
js-style-comparison-op.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
js-style-comparison-op.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
late-bound-in-borrow-closure-sugg.rs Liberate late-bound regions correctly 2023-01-25 19:26:53 +00:00
late-bound-in-borrow-closure-sugg.stderr eagerly instantiate binders to avoid relying on sub 2024-03-14 17:19:40 +01:00
let-binding-init-expr-as-ty.rs Implement RTN in resolve_bound_vars and HIR ty lowering 2024-09-20 22:18:57 -04:00
let-binding-init-expr-as-ty.stderr Tweak invalid RTN errors 2025-02-28 21:18:53 +00:00
let-binding-suggest-issue-133713.fixed Fix diagnostic when using = instead of : in let bindings 2025-02-12 09:56:07 +08:00
let-binding-suggest-issue-133713.rs Fix diagnostic when using = instead of : in let bindings 2025-02-12 09:56:07 +08:00
let-binding-suggest-issue-133713.stderr Fix diagnostic when using = instead of : in let bindings 2025-02-12 09:56:07 +08:00
many-type-ascription.rs Rip it out 2023-05-01 16:15:13 +08:00
many-type-ascription.stderr Remove old diagnostic notes for type ascription syntax 2025-04-16 20:24:55 +10:00
match-ergonomics.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-ergonomics.stderr Tweak slice and as_deref suggestion span 2024-07-04 05:50:21 +00:00
match-needing-semi.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-needing-semi.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-prev-arm-needing-semi.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
match-prev-arm-needing-semi.stderr Filter empty lines, comments and delimiters from previous to last multiline span rendering 2024-12-12 23:36:27 +00:00
match-with-different-arm-types-as-stmt-instead-of-expr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
match-with-different-arm-types-as-stmt-instead-of-expr.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
method-access-to-range-literal-typo.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
method-access-to-range-literal-typo.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
method-access-to-range-literal-typo.stderr recurse into refs when comparing tys for diagnostics 2023-12-07 23:00:46 -05:00
method-missing-parentheses.rs Don't emit "field expressions may not have generic arguments" if it's a method call without () 2024-12-11 16:23:04 +01:00
method-missing-parentheses.stderr Don't emit "field expressions may not have generic arguments" if it's a method call without () 2024-12-11 16:23:04 +01:00
mismatched-types-numeric-from.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mismatched-types-numeric-from.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
missing-assoc-fn-applicable-suggestions.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-assoc-fn-applicable-suggestions.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
missing-assoc-fn.rs Stabilize associated type bounds 2024-03-08 20:56:25 +00:00
missing-assoc-fn.stderr Stabilize associated type bounds 2024-03-08 20:56:25 +00:00
missing-assoc-type-bound-restriction.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-bound-in-derive-copy-impl-2.fixed Bump rustfix 0.8.1 -> 0.8.7 2025-09-15 10:48:26 -07:00
missing-bound-in-derive-copy-impl-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-bound-in-derive-copy-impl-2.stderr Do not suggest using -Zmacro-backtrace for builtin macros 2025-03-14 19:50:03 +00:00
missing-bound-in-derive-copy-impl-3.fixed Bump rustfix 0.8.1 -> 0.8.7 2025-09-15 10:48:26 -07:00
missing-bound-in-derive-copy-impl-3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-bound-in-derive-copy-impl-3.stderr Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
missing-bound-in-derive-copy-impl.rs Continue compilation after check_mod_type_wf errors 2024-02-14 11:00:30 +00:00
missing-bound-in-derive-copy-impl.stderr Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
missing-bound-in-manual-copy-impl-2.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-bound-in-manual-copy-impl-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-bound-in-manual-copy-impl-2.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
missing-bound-in-manual-copy-impl.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-bound-in-manual-copy-impl.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-bound-in-manual-copy-impl.stderr reword trait bound suggestion message to include the bounds 2024-12-07 21:26:20 +00:00
missing-format-specifiers-issue-68293.rs Use raw fmt str in format macro 2025-09-12 00:01:38 +02:00
missing-format-specifiers-issue-68293.stderr Use raw fmt str in format macro 2025-09-12 00:01:38 +02:00
missing-impl-trait-block-but-not-ascii.rs not use offset when there is not ends with brace 2024-06-23 23:44:22 +08:00
missing-impl-trait-block-but-not-ascii.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
missing-lifetime-in-assoc-const-type.default.stderr Resolve const lifetimes to static in trait too 2024-06-14 11:05:35 -04:00
missing-lifetime-in-assoc-const-type.generic_const_items.stderr Resolve const lifetimes to static in trait too 2024-06-14 11:05:35 -04:00
missing-lifetime-in-assoc-const-type.rs Resolve const lifetimes to static in trait too 2024-06-14 11:05:35 -04:00
missing-lifetime-specifier.rs Add missing dyn keywords to tests that do not test for them 2025-06-05 09:41:58 +02:00
missing-lifetime-specifier.stderr Add missing dyn keywords to tests that do not test for them 2025-06-05 09:41:58 +02:00
missing-lt-for-hrtb.rs Do not recover missing lifetime with random in-scope lifetime 2025-03-03 05:57:55 +00:00
missing-lt-for-hrtb.stderr Do not recover missing lifetime with random in-scope lifetime 2025-03-03 05:57:55 +00:00
missing-semicolon.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-semicolon.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-semicolon.stderr Make ; suggestions inline 2024-07-12 03:22:32 +00:00
missing-trait-item.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-trait-item.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-trait-item.stderr Update tests 2024-02-07 10:42:01 +08:00
missing-type-param-used-in-param.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-type-param-used-in-param.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
missing-type-param-used-in-param.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
move-generic-to-trait-in-method-with-params.rs Change suggestion message wording 2024-07-22 22:04:49 +00:00
move-generic-to-trait-in-method-with-params.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
multi-suggestion.ascii.stderr chore: Update annotate-snippets to 0.12.10 2025-12-01 18:12:35 -07:00
multi-suggestion.rs test: Make one multi suggestion test unicode 2025-07-10 08:00:15 -06:00
multi-suggestion.unicode.stderr chore: Update annotate-snippets to 0.12.10 2025-12-01 18:12:35 -07:00
multibyte-escapes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
multibyte-escapes.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
mut-borrow-needed-by-trait.rs Relate receiver invariantly in method probe for Mode::Path 2024-09-16 10:55:07 -04:00
mut-borrow-needed-by-trait.stderr Avoid extra path trimming in method not found error 2025-05-24 23:31:07 +02:00
mut-ref-reassignment.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mut-ref-reassignment.stderr recurse into refs when comparing tys for diagnostics 2023-12-07 23:00:46 -05:00
negative-literal-index.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
negative-literal-index.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
negative-literal-index.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
negative-literal-infered-to-unsigned.rs Detect negative literal inferred to unsigned integer 2025-08-30 23:28:58 +00:00
negative-literal-infered-to-unsigned.stderr Detect negative literal inferred to unsigned integer 2025-08-30 23:28:58 +00:00
nested-non-tuple-tuple-struct.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
nested-non-tuple-tuple-struct.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
no-extern-crate-in-type.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-extern-crate-in-type.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
no-method-found-suggest-trait-args.rs Provide placeholder generic arguments for traits in "no method found for type parameter" suggestions 2024-11-11 12:33:15 -08:00
no-method-found-suggest-trait-args.stderr Provide placeholder generic arguments for traits in "no method found for type parameter" suggestions 2024-11-11 12:33:15 -08:00
non-existent-field-present-in-subfield-recursion-limit.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
non-existent-field-present-in-subfield-recursion-limit.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
non-existent-field-present-in-subfield.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
non-existent-field-present-in-subfield.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
non-existent-field-present-in-subfield.stderr recover primary span label 2023-11-16 17:00:23 +00:00
non_ascii_ident.rs rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternative 2023-12-01 21:37:43 +01:00
non_ascii_ident.stderr rustc_hir_typeck: Fix ICE when probing for non-ASCII function alternative 2023-12-01 21:37:43 +01:00
non_copy_move_out_of_tuple.rs add regression test for issue 146537 2025-09-22 22:02:24 +02:00
non_copy_move_out_of_tuple.stderr add regression test for issue 146537 2025-09-22 22:02:24 +02:00
only-replace-intended-coma-not-all-in-pattern.fixed fix wording; we're replacing coma with a bar 2025-10-02 20:13:18 +02:00
only-replace-intended-coma-not-all-in-pattern.rs fix wording; we're replacing coma with a bar 2025-10-02 20:13:18 +02:00
only-replace-intended-coma-not-all-in-pattern.stderr bring back plural 'alternatives' in suggestion message 2025-10-02 20:24:34 +02:00
only-suggest-removal-of-conversion-method-calls.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
only-suggest-removal-of-conversion-method-calls.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
only-suggest-removal-of-conversion-method-calls.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
opaque-type-error.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
opaque-type-error.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
option-content-move-from-tuple-match.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
option-content-move-from-tuple-match.stderr add_move_error_suggestions: use a HIR visitor rather than SourceMap 2024-11-25 20:29:04 -08:00
option-content-move.fixed Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" 2024-08-03 07:57:31 -04:00
option-content-move.rs Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" 2024-08-03 07:57:31 -04:00
option-content-move.stderr Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" 2024-08-03 07:57:31 -04:00
option-content-move2.rs Suggest cloning captured binding in move closure 2024-04-24 22:21:16 +00:00
option-content-move2.stderr Adjust error message grammar to be less awkward 2025-08-14 12:50:07 -04:00
option-content-move3.rs Suggest cloning captured binding in move closure 2024-04-24 22:21:16 +00:00
option-content-move3.stderr Adjust error message grammar to be less awkward 2025-08-14 12:50:07 -04:00
option-to-bool.rs Remove useless configs in tests 2024-04-07 01:16:45 +02:00
option-to-bool.stderr Remove useless configs in tests 2024-04-07 01:16:45 +02:00
parenthesized-deref-suggestion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
parenthesized-deref-suggestion.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
partialeq_suggest_swap.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
partialeq_suggest_swap.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
partialeq_suggest_swap_on_e0277.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
partialeq_suggest_swap_on_e0277.stderr impl PartialEq<{str,String}> for {Path,PathBuf} 2025-05-13 23:41:18 +02:00
path-by-value.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
path-by-value.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
path-display.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
path-display.stderr Implement DesugaringKind::FormatLiteral 2025-06-22 10:58:25 +02:00
pattern-slice-vec.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
pattern-slice-vec.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
pattern-slice-vec.stderr Tweak slice and as_deref suggestion span 2024-07-04 05:50:21 +00:00
pattern-struct-with-slice-vec-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
pattern-struct-with-slice-vec-field.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
private-field.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
private-field.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
range-index-instead-of-colon.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
range-index-instead-of-colon.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
raw-byte-string-prefix.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
raw-byte-string-prefix.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
raw-c-string-prefix.rs rc and cr more clear error message 2025-04-23 03:15:43 +05:00
raw-c-string-prefix.stderr rc and cr more clear error message 2025-04-23 03:15:43 +05:00
raw-name-use-suggestion.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
raw-name-use-suggestion.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
raw-to-ref.fixed Fix suggestion to convert dereference of raw pointer to ref 2025-01-16 21:23:55 +01:00
raw-to-ref.rs Fix suggestion to convert dereference of raw pointer to ref 2025-01-16 21:23:55 +01:00
raw-to-ref.stderr Fix suggestion to convert dereference of raw pointer to ref 2025-01-16 21:23:55 +01:00
recover-from-semicolon-trailing-item.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recover-from-semicolon-trailing-item.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
recover-invalid-float-invalid.rs Fix invalid float literal suggestions when recovering an integer 2023-01-30 13:39:25 -08:00
recover-invalid-float-invalid.stderr Fix invalid float literal suggestions when recovering an integer 2023-01-30 13:39:25 -08:00
recover-invalid-float.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
recover-invalid-float.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
recover-invalid-float.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00:00
recover-missing-turbofish-surrounding-angle-braket.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
recover-missing-turbofish-surrounding-angle-braket.stderr Use underline suggestions for purely 'additive' replacements 2025-02-14 00:27:13 -08:00
ref-pattern-binding.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
ref-pattern-binding.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
ref-pattern-binding.stderr Tweak wording 2024-03-13 23:05:17 +00:00
removal-of-multiline-trait-bound-in-where-clause.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
removal-of-multiline-trait-bound-in-where-clause.stderr review comment: change wording 2024-02-01 03:31:03 +00:00
remove-question-symbol-with-paren.rs fix the span in the suggestion of remove question mark 2023-08-03 16:44:02 +08:00
remove-question-symbol-with-paren.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
restrict-existing-type-bounds.rs Modify existing bounds if they exist 2023-02-06 11:26:36 -08:00
restrict-existing-type-bounds.stderr Tweak wording 2024-12-07 22:18:51 +00:00
restrict-type-argument.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
restrict-type-argument.stderr Account for impl Trait in "add bound" suggestion message 2024-12-07 21:37:15 +00:00
restrict-type-not-param.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
restrict-type-not-param.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
return-bindings-multi.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-bindings-multi.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-bindings.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-bindings.stderr Simplify IfCause 2025-06-26 03:43:01 +00:00
return-closures.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-closures.stderr Use suggest_impl_trait in return type suggestion 2024-04-10 18:58:15 -04:00
return-cycle-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-cycle-2.stderr Make replacement suggestion _ in type verbose 2025-09-29 03:28:52 +00:00
return-cycle.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-cycle.stderr Make replacement suggestion _ in type verbose 2025-09-29 03:28:52 +00:00
return-elided-lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-elided-lifetime.stderr Tweak wording 2023-11-20 23:44:37 +00:00
return-without-lifetime.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
return-without-lifetime.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
semi-suggestion-when-stmt-and-expr-span-equal.rs Do not emit empty suggestion 2024-12-04 17:40:39 +00:00
semi-suggestion-when-stmt-and-expr-span-equal.stderr Add FromIterator impls for ascii::Chars to Strings 2025-05-23 15:20:55 +00:00
shadowed-lplace-method-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
shadowed-lplace-method-2.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
shadowed-lplace-method.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
shadowed-lplace-method.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
shadowed-lplace-method.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
silenced-binding-typo.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
silenced-binding-typo.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
silenced-binding-typo.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
slice-issue-87994.rs Use root obligation on E0277 for some cases 2024-03-03 18:53:35 +00:00
slice-issue-87994.stderr Use root obligation on E0277 for some cases 2024-03-03 18:53:35 +00:00
struct-field-type-including-single-colon.rs Revert overzealous parse recovery for single colons 2025-04-24 02:57:10 +02:00
struct-field-type-including-single-colon.stderr Revert overzealous parse recovery for single colons 2025-04-24 02:57:10 +02:00
struct-initializer-comma.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
struct-initializer-comma.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
struct-initializer-comma.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
sugg-else-for-closure.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
sugg-else-for-closure.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
sugg-else-for-closure.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
sugg_with_positional_args_and_debug_fmt.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
sugg_with_positional_args_and_debug_fmt.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-add-self-issue-128042.rs Fix a span error when parsing a wrong param of function. 2024-07-25 22:33:45 +08:00
suggest-add-self-issue-128042.stderr Fix a span error when parsing a wrong param of function. 2024-07-25 22:33:45 +08:00
suggest-add-self.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-add-self.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-adding-reference-to-trait-assoc-item.fixed UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
suggest-adding-reference-to-trait-assoc-item.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
suggest-adding-reference-to-trait-assoc-item.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
suggest-assoc-fn-call-deref.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-assoc-fn-call-deref.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-assoc-fn-call-deref.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-assoc-fn-call-for-impl-trait.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-assoc-fn-call-for-impl-trait.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-assoc-fn-call-for-impl-trait.stderr test: add test case for impl trait arg suggestion 2024-01-14 18:54:07 +08:00
suggest-assoc-fn-call-with-turbofish-placeholder.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-assoc-fn-call-with-turbofish-placeholder.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-assoc-fn-call-with-turbofish-through-deref.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-assoc-fn-call-with-turbofish-through-deref.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-assoc-fn-call-with-turbofish.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-assoc-fn-call-with-turbofish.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-assoc-fn-call-with-turbofish.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-assoc-fn-call-without-receiver.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-assoc-fn-call-without-receiver.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-assoc-fn-call-without-receiver.stderr chore: add test case for type with generic 2023-12-09 17:49:40 +08:00
suggest-blanket-impl-local-trait.rs Don't assume traits used as type are trait objs 2024-10-11 17:36:04 +02:00
suggest-blanket-impl-local-trait.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
suggest-box.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-box.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-box.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-boxed-empty-block.fixed Stabilize async closures 2024-12-13 00:04:56 +00:00
suggest-boxed-empty-block.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
suggest-boxed-empty-block.stderr Stabilize async closures 2024-12-13 00:04:56 +00:00
suggest-call-on-pat-mismatch.rs Suggest fn call on pattern type mismatch 2023-02-10 18:18:08 +00:00
suggest-call-on-pat-mismatch.stderr Suggest fn call on pattern type mismatch 2023-02-10 18:18:08 +00:00
suggest-change-mut.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-change-mut.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
suggest-closure-return-type-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-closure-return-type-1.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
suggest-closure-return-type-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-closure-return-type-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-closure-return-type-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-closure-return-type-3.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-deref-in-match-issue-132784.rs Suggest using deref in patterns 2024-12-13 14:18:41 -08:00
suggest-deref-in-match-issue-132784.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
suggest-dereferencing-index.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-dereferencing-index.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-dereferencing-index.stderr When more than a single impl and less than 4 could apply, point at them 2025-10-31 20:44:01 +00:00
suggest-field-through-deref.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-field-through-deref.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-field-through-deref.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
suggest-fn-ptr-for-fn-item-in-fn-ret.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-fn-ptr-for-fn-item-in-fn-ret.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-fn-ptr-for-fn-item-in-fn-ret.stderr Make replacement suggestion _ in type verbose 2025-09-29 03:28:52 +00:00
suggest-full-enum-variant-for-local-module.rs compiletest: Improve diagnostics for line annotation mismatches 2025-06-23 21:30:56 +03:00
suggest-full-enum-variant-for-local-module.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-imm-mut-trait-implementations.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-imm-mut-trait-implementations.stderr Make Diag::multipart_suggestions always verbose 2025-07-10 17:23:29 +00:00
suggest-impl-trait-lifetime.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-impl-trait-lifetime.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-impl-trait-lifetime.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-labels.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-labels.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-let-and-typo-issue-132483.rs Suggest fixing typos and let bindings at the same time 2024-11-02 14:40:37 -07:00
suggest-let-and-typo-issue-132483.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
suggest-let-for-assignment.fixed UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
suggest-let-for-assignment.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
suggest-let-for-assignment.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
suggest-methods.rs Consider methods from traits when suggesting typos 2024-02-22 18:04:55 +00:00
suggest-methods.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
suggest-move-lifetimes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-move-lifetimes.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-move-types.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-move-types.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
suggest-mut-method-for-loop-closure.rs use maybe_body_owned_by for closure 2023-07-14 07:12:35 +08:00
suggest-mut-method-for-loop-closure.stderr Provide more context when mutably borrowing an imutable borrow 2025-11-09 22:14:48 +00:00
suggest-mut-method-for-loop-hashmap.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-mut-method-for-loop-hashmap.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-mut-method-for-loop-hashmap.stderr Provide more context when mutably borrowing an imutable borrow 2025-11-09 22:14:48 +00:00
suggest-mut-method-for-loop.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-mut-method-for-loop.stderr Provide more context when mutably borrowing an imutable borrow 2025-11-09 22:14:48 +00:00
suggest-null-ptr.fixed UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
suggest-null-ptr.rs UI tests: add missing diagnostic kinds where possible 2025-04-08 23:06:31 +03:00
suggest-null-ptr.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
suggest-on-bare-closure-call.rs Stabilize async closures 2024-12-13 00:04:56 +00:00
suggest-on-bare-closure-call.stderr Stabilize async closures 2024-12-13 00:04:56 +00:00
suggest-pin-macro.rs Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implemented 2023-04-12 18:03:11 -04:00
suggest-pin-macro.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
suggest-ref-macro.rs Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
suggest-ref-macro.stderr Ignore more failing ui tests for GCC backend 2025-09-26 15:33:48 +02:00
suggest-ref-mut.rs compiletest: Trim the value of dont-require-annotations 2025-04-10 23:48:57 +03:00
suggest-ref-mut.stderr Provide more context when mutably borrowing an imutable borrow 2025-11-09 22:14:48 +00:00
suggest-remove-deref.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-deref.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-deref.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
suggest-remove-refs-1.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-1.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
suggest-remove-refs-2.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-2.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
suggest-remove-refs-3.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-3.stderr chore: Update annotate-snippets to 0.12.10 2025-12-01 18:12:35 -07:00
suggest-remove-refs-4.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-4.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-4.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
suggest-remove-refs-5.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-5.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-remove-refs-5.stderr Remove detail from label/note that is already available in other note 2024-10-29 16:26:57 +00:00
suggest-remove-refs-6.rs More carefully consider span context when suggesting remove &mut 2025-07-06 17:36:35 +00:00
suggest-remove-refs-6.stderr More carefully consider span context when suggesting remove &mut 2025-07-06 17:36:35 +00:00
suggest-ret-on-async-w-late.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-ret-on-async-w-late.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-ret-on-async-w-late.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
suggest-semicolon-for-fn-in-extern-block.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-semicolon-for-fn-in-extern-block.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-semicolon-for-fn-in-extern-block.stderr Make ; suggestions inline 2024-07-12 03:22:32 +00:00
suggest-slice-swap.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-slice-swap.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
suggest-slice-swap.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
suggest-split-at-mut.rs Don't suggest split_at_mut when the multiple borrows have the same index 2024-04-25 16:55:33 +00:00
suggest-split-at-mut.stderr Check equivalence of indices in more cases 2024-04-25 16:55:33 +00:00
suggest-std-when-using-type.fixed implement inherent str constructors 2025-02-04 02:51:44 +01:00
suggest-std-when-using-type.rs implement inherent str constructors 2025-02-04 02:51:44 +01:00
suggest-std-when-using-type.stderr implement inherent str constructors 2025-02-04 02:51:44 +01:00
suggest-swapping-self-ty-and-trait-edition-2021.rs Don't assume traits used as type are trait objs 2024-10-11 17:36:04 +02:00
suggest-swapping-self-ty-and-trait-edition-2021.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
suggest-swapping-self-ty-and-trait.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
suggest-swapping-self-ty-and-trait.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
suggest-trait-in-ufcs-in-hrtb.rs Erase **all** regions when probing for associated types in astconv 2023-02-28 17:29:46 +00:00
suggest-trait-in-ufcs-in-hrtb.stderr More sophisticated span trimming 2025-02-21 00:41:17 +00:00
suggest-trait-items.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-trait-items.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-tryinto-edition-change.rs Tweak output of import suggestions 2024-06-13 20:22:21 +00:00
suggest-tryinto-edition-change.stderr fix: Add col separator before secondary messages with no source 2025-08-26 15:15:17 -06:00
suggest-using-chars.rs Tweak use of trimmed paths 2023-01-30 20:12:21 +00:00
suggest-using-chars.stderr Avoid extra path trimming in method not found error 2025-05-24 23:31:07 +02:00
suggest-variants.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest-variants.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
suggest_print_over_printf.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
suggest_print_over_printf.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
suppress-consider-slicing-issue-120605.rs Don't show suggestion if slice pattern is enclosed by any patterns 2024-03-17 19:21:13 +09:00
suppress-consider-slicing-issue-120605.stderr Tweak slice and as_deref suggestion span 2024-07-04 05:50:21 +00:00
too-many-field-suggestions.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
too-many-field-suggestions.stderr chore: Improve how the other suggestions message gets rendered 2025-07-10 08:00:20 -06:00
trait-hidden-method.rs Do not create trait object type if missing associated types 2024-11-30 17:05:47 +00:00
trait-hidden-method.stderr Do not create trait object type if missing associated types 2024-11-30 17:05:47 +00:00
trait-impl-bound-suggestions.fixed Bump rustfix 0.8.1 -> 0.8.7 2025-09-15 10:48:26 -07:00
trait-impl-bound-suggestions.rs Move 100 entries from tests/ui into subdirs 2024-05-20 19:55:59 -07:00
trait-impl-bound-suggestions.stderr Use trait name instead of full constraint in suggestion message 2024-12-07 21:29:58 +00:00
trait-with-missing-associated-type-restriction-fixable.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
trait-with-missing-associated-type-restriction-fixable.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
trait-with-missing-associated-type-restriction-fixable.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-with-missing-associated-type-restriction.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
trait-with-missing-associated-type-restriction.stderr Check for generic parameter mismatches on trait functions. 2025-02-03 12:54:53 -05:00
try-operator-dont-suggest-semicolon.rs Don't suggest adding return type for closures with default return type 2024-08-28 12:54:39 +08:00
try-operator-dont-suggest-semicolon.stderr Filter empty lines, comments and delimiters from previous to last multiline span rendering 2024-12-12 23:36:27 +00:00
try-removing-the-field.rs Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
try-removing-the-field.stderr Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
tuple-struct-where-clause-suggestion-91520.rs test(ui): add tuple-struct-where-clause-suggestion ui test for #91520 2025-03-21 13:12:15 +01:00
tuple-struct-where-clause-suggestion-91520.stderr test(ui): add tuple-struct-where-clause-suggestion ui test for #91520 2025-03-21 13:12:15 +01:00
type-ascription-and-other-error.rs Use cfg(false) in UI tests 2025-04-03 21:41:58 +00:00
type-ascription-and-other-error.stderr Detect missing . in method chain in let bindings and statements 2024-12-21 02:46:33 +00:00
type-ascription-instead-of-let.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-ascription-instead-of-let.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-ascription-instead-of-let.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
type-ascription-instead-of-method.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-ascription-instead-of-method.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-ascription-instead-of-method.stderr Remove old diagnostic notes for type ascription syntax 2025-04-16 20:24:55 +10:00
type-ascription-instead-of-path-2.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-ascription-instead-of-path-2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-ascription-instead-of-path-2.stderr Remove old diagnostic notes for type ascription syntax 2025-04-16 20:24:55 +10:00
type-ascription-instead-of-path-in-type.rs Rename HIR TypeBinding to AssocItemConstraint and related cleanup 2024-05-30 22:52:33 +02:00
type-ascription-instead-of-path-in-type.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
type-ascription-instead-of-path.rs Rip it out 2023-05-01 16:15:13 +08:00
type-ascription-instead-of-path.stderr Remove old diagnostic notes for type ascription syntax 2025-04-16 20:24:55 +10:00
type-ascription-instead-of-variant.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-ascription-instead-of-variant.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-ascription-instead-of-variant.stderr Remove old diagnostic notes for type ascription syntax 2025-04-16 20:24:55 +10:00
type-mismatch-byte-literal.rs Fix problem noticed in PR106859 with char -> u8 suggestion 2023-02-06 21:48:10 +00:00
type-mismatch-byte-literal.stderr Trim suggestion parts to the subset that is purely additive 2025-02-14 00:44:10 -08:00
type-mismatch-struct-field-shorthand-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-mismatch-struct-field-shorthand-2.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
type-mismatch-struct-field-shorthand.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-mismatch-struct-field-shorthand.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
type-mismatch-struct-field-shorthand.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-not-found-in-adt-field.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
type-not-found-in-adt-field.stderr Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
undeclared-module-alloc.rs Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
undeclared-module-alloc.stderr Reword "crate not found" resolve message 2025-01-24 01:19:50 +00:00
unnamable-types.rs Add iter macro 2025-06-03 10:52:32 -07:00
unnamable-types.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
unnecessary_dot_for_floating_point_literal.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unnecessary_dot_for_floating_point_literal.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
unsized-function-parameter.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unsized-function-parameter.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unsized-function-parameter.stderr On implicit Sized bound on fn argument, point at type instead of pattern 2024-09-27 00:45:02 +00:00
unused-closure-argument.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
unused-closure-argument.stderr Diagnose liveness on MIR. 2025-10-11 20:50:21 +00:00
unused-imports.fixed remove braces when fixing a nested use tree into a single use 2024-04-14 18:45:30 +02:00
unused-imports.rs remove braces when fixing a nested use tree into a single use 2024-04-14 18:45:30 +02:00
unused-imports.stderr Make early lints translatable 2024-05-21 20:16:39 +00:00
use-parentheses-to-call-closure-issue-145404.fixed Add parentheses for closure when suggesting calling closure 2025-08-16 15:07:38 +08:00
use-parentheses-to-call-closure-issue-145404.rs old testcase output 2025-08-16 15:01:17 +08:00
use-parentheses-to-call-closure-issue-145404.stderr Add parentheses for closure when suggesting calling closure 2025-08-16 15:07:38 +08:00
use-placement-resolve.fixed [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
use-placement-resolve.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
use-placement-resolve.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
use-placement-typeck.fixed Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
use-placement-typeck.rs Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
use-placement-typeck.stderr Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
use-type-argument-instead-of-assoc-type.rs Dont create trait object if it has errors in it 2024-11-23 23:31:30 +00:00
use-type-argument-instead-of-assoc-type.stderr Dont create trait object if it has errors in it 2024-11-23 23:31:30 +00:00
while-let-typo.rs Fix ICE for while loop with assignment condition with LHS place expr 2023-06-08 02:38:12 +08:00
while-let-typo.stderr Fix ICE for while loop with assignment condition with LHS place expr 2023-06-08 02:38:12 +08:00
wrap-dyn-in-suggestion-issue-120223.rs Remove support for dyn* 2025-07-01 19:00:21 +00:00
wrap-dyn-in-suggestion-issue-120223.stderr Special case detecting 'static lifetime requirement coming from -> Box<dyn Trait> 2025-11-04 22:33:13 +00:00