Skip to content

Commit 94386a3

Browse files
Rollup merge of rust-lang#154018 - cyrgani:kindck-tests, r=jieyouxu
simplify and remove `tests/ui/kindck` and related tests kindck does not exist anymore since a long time now. This PR merges and deletes several redundant tests in that directory, reformats the rest and moves it to `ui/traits`.
2 parents dfba606 + eda328c commit 94386a3

26 files changed

+306
-542
lines changed

tests/ui/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -778,10 +778,6 @@ These tests revolve around the `--json` compiler flag. See [JSON Output](https:/
778778

779779
Tests exercising keywords, such as attempting to use them as identifiers when not contextual keywords.
780780

781-
## `tests/ui/kindck/`
782-
783-
**FIXME**: `kindck` is no longer a thing, these tests probably need to be audited and rehomed.
784-
785781
## `tests/ui/label/`
786782

787783
Exercises block and loop `'label`s.

tests/ui/borrowck/kindck-implicit-close-over-mut-var.rs

Lines changed: 0 additions & 49 deletions
This file was deleted.

tests/ui/kindck/kindck-impl-type-params-2.rs

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/ui/kindck/kindck-impl-type-params-2.stderr

Lines changed: 0 additions & 24 deletions
This file was deleted.

tests/ui/kindck/kindck-inherited-copy-bound.curr.stderr

Lines changed: 0 additions & 56 deletions
This file was deleted.

tests/ui/kindck/kindck-nonsendable-1.stderr

Lines changed: 0 additions & 25 deletions
This file was deleted.

tests/ui/kindck/kindck-send-object.rs

Lines changed: 0 additions & 26 deletions
This file was deleted.

tests/ui/kindck/kindck-send-object.stderr

Lines changed: 0 additions & 33 deletions
This file was deleted.

tests/ui/kindck/kindck-send-object1.rs

Lines changed: 0 additions & 33 deletions
This file was deleted.

tests/ui/kindck/kindck-send-object1.stderr

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)