rust/tests/ui/traits/object
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
..
auto-dedup-in-impl.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-dedup-in-impl.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
auto-dedup.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bounds-cycle-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bounds-cycle-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bounds-cycle-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
bounds-cycle-4.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
enforce-supertrait-projection.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
enforce-supertrait-projection.stderr Specify what 'this' actually is 2023-02-21 05:21:07 +00:00
exclusion.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
generics.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-33140-traitobject-crate.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-33140-traitobject-crate.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-44454-1.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-44454-1.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-44454-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-44454-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-44454-3.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-44454-3.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
lifetime-first.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-matcher.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
macro-matcher.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
safety.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
safety.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
supertrait-lifetime-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
supertrait-lifetime-bound.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
vs-lifetime-2.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
vs-lifetime-2.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
vs-lifetime.rs diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
vs-lifetime.stderr diagnostics: remove inconsistent English article "this" from E0107 2023-02-23 10:27:06 -07:00
with-lifetime-bound.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
with-self-in-projection-output-bad.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
with-self-in-projection-output-bad.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
with-self-in-projection-output-good.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
with-self-in-projection-output-repeated-supertrait.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00