Skip to content

Commit bf92214

Browse files
committed
Move inherent-impls-overlap-check to duplicate's subdirectory
1 parent 1f406db commit bf92214

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

tests/ui/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -697,12 +697,6 @@ Tests on type inference.
697697

698698
Tests for diagnostics on infinitely recursive types without indirection.
699699

700-
## `tests/ui/inherent-impls-overlap-check/`
701-
702-
Checks that repeating the same function names across separate `impl` blocks triggers an informative error, but not if the `impl` are for different types, such as `Bar<u8>` and `Bar<u16>`.
703-
704-
NOTE: This should maybe be a subdirectory within another related to duplicate definitions, such as `tests/ui/duplicate/`.
705-
706700
## `tests/ui/inline-const/`
707701

708702
These tests revolve around the inline `const` block that forces the compiler to const-eval its content.

tests/ui/inherent-impls-overlap-check/auxiliary/repeat.rs renamed to tests/ui/duplicate/inherent-impls-overlap-check/auxiliary/repeat.rs

File renamed without changes.

tests/ui/inherent-impls-overlap-check/disjoint-ref-mut-method.rs renamed to tests/ui/duplicate/inherent-impls-overlap-check/disjoint-ref-mut-method.rs

File renamed without changes.

tests/ui/inherent-impls-overlap-check/no-overlap.rs renamed to tests/ui/duplicate/inherent-impls-overlap-check/no-overlap.rs

File renamed without changes.
File renamed without changes.

tests/ui/inherent-impls-overlap-check/overlap.stderr renamed to tests/ui/duplicate/inherent-impls-overlap-check/overlap.stderr

File renamed without changes.

0 commit comments

Comments
 (0)