about summary refs log tree commit diff
path: root/tests/ui/incoherent-inherent-impls
AgeCommit message (Collapse)AuthorLines
2024-12-31chore: fix typosdxsullivan-1/+1
Signed-off-by: dxsullivan <193140725+dxsullivan@users.noreply.github.com>
2024-12-05Add a new test ui/incoherent-inherent-impls/no-other-unrelated-errors to ↵kei519-0/+19
check E0116 does not cause unrelated errors rustc xxx (we do not know) to 1.82.0 emits unrelated errors when E0116 is present (see #125814). We do not know what caused and fixed it, but add a test to confirm rustc does not cause the same error in the future.
2024-06-21Remove stray `.` from error messageEsteban Küber-4/+4
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-02-13Tighter spans for bad inherent impl typesMichael Goulet-62/+28
2023-01-11Move /src/test to /testsAlbert Larsan-0/+226