rust/tests/ui/argument-suggestions
Michael Howell a5b639dc01 diagnostics: remove inconsistent English article "this" from E0107
Consider `tests/ui/const-generics/generic_const_exprs/issue-102768.stderr`,
the error message where it gives additional notes about where the associated
type is defined, and how the dead code lint doesn't have an article,
like in `tests/ui/lint/dead-code/issue-85255.stderr`. They don't have
articles, so it seems unnecessary to have one here.
2023-02-23 10:27:06 -07:00
..
basic.rs
basic.stderr Make removal suggestion not verbose 2023-02-14 20:22:10 +00:00
complex.rs
complex.stderr
display-is-suggestable.rs
display-is-suggestable.stderr
exotic-calls.rs
exotic-calls.stderr Make removal suggestion not verbose 2023-02-14 20:22:10 +00:00
extern-fn-arg-names.rs
extern-fn-arg-names.stderr
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
formal-and-expected-differ.stderr
invalid_arguments.rs
invalid_arguments.stderr
issue-96638.rs
issue-96638.stderr
issue-97197.rs
issue-97197.stderr
issue-97484.rs
issue-97484.stderr Re-add replacement logic and add comment explaining it 2023-02-14 20:22:10 +00:00
issue-98894.rs
issue-98894.stderr
issue-98897.rs
issue-98897.stderr
issue-99482.rs
issue-99482.stderr
issue-100154.rs
issue-100154.stderr diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
issue-100478.rs
issue-100478.stderr
issue-101097.rs
issue-101097.stderr rebase and review comments 2023-02-14 20:22:10 +00:00
missing_arguments.rs
missing_arguments.stderr
mixed_cases.rs
mixed_cases.stderr Re-add replacement logic and add comment explaining it 2023-02-14 20:22:10 +00:00
permuted_arguments.rs
permuted_arguments.stderr
swapped_arguments.rs
swapped_arguments.stderr
too-long.rs
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
two-mismatch-notes.stderr