rust/tests/ui/argument-suggestions
yukang 0b20096eff sort the errors from arguments checking so that suggestions are handled properly 2023-06-18 18:44:14 +08:00
..
basic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
basic.stderr Make removal suggestion not verbose 2023-02-14 20:22:10 +00:00
complex.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
complex.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
display-is-suggestable.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
display-is-suggestable.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
exotic-calls.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
exotic-calls.stderr Make removal suggestion not verbose 2023-02-14 20:22:10 +00:00
extern-fn-arg-names.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extern-fn-arg-names.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
extra_arguments.rs Fix overlapping spans in removing extra arguments 2023-02-21 13:13:09 +00:00
extra_arguments.stderr Fix overlapping spans in removing extra arguments 2023-02-21 13:13:09 +00:00
formal-and-expected-differ.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
formal-and-expected-differ.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
invalid_arguments.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid_arguments.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
issue-96638.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-96638.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-97197.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-97197.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-97484.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-97484.stderr Tweak borrow suggestion 2023-05-08 03:36:30 +00:00
issue-98894.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-98894.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-98897.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-98897.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99482.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-99482.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-100154.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-100154.stderr diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
issue-100478.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-100478.stderr Modify primary span label for E0308 2023-01-30 20:12:19 +00:00
issue-101097.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-101097.stderr rebase and review comments 2023-02-14 20:22:10 +00:00
issue-109425.fixed Don't leave a comma at the start of argument list when removing arguments 2023-03-30 17:26:12 +00:00
issue-109425.rs Don't leave a comma at the start of argument list when removing arguments 2023-03-30 17:26:12 +00:00
issue-109425.stderr Don't leave a comma at the start of argument list when removing arguments 2023-03-30 17:26:12 +00:00
issue-109831.rs Make each idx is used once 2023-04-02 11:41:50 +08:00
issue-109831.stderr Make each idx is used once 2023-04-02 11:41:50 +08:00
issue-112507.rs sort the errors from arguments checking so that suggestions are handled properly 2023-06-18 18:44:14 +08:00
issue-112507.stderr sort the errors from arguments checking so that suggestions are handled properly 2023-06-18 18:44:14 +08:00
missing_arguments.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
missing_arguments.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mixed_cases.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
mixed_cases.stderr Re-add replacement logic and add comment explaining it 2023-02-14 20:22:10 +00:00
permuted_arguments.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
permuted_arguments.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
swapped_arguments.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
swapped_arguments.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
too-long.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
too-long.stderr diagnostics: update test cases to refer to assoc fn with `self` as method 2023-02-22 08:40:47 -07:00
two-mismatch-notes.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
two-mismatch-notes.stderr Mention fn coercion rules (needs to be expanded) 2023-01-30 21:51:33 +00:00