summary refs log tree commit diff
path: root/src/test/ui/for-loop-while
AgeCommit message (Collapse)AuthorLines
2021-02-16Move some tests to more reasonable directoriesCaio-0/+43
2021-01-31Move some tests to more reasonable directoriesCaio-0/+55
2019-12-22Remove mem::uninitalized from testsMark Rousskov-2/+2
This purges uses of uninitialized where possible from test cases. Some are merely moved over to the equally bad pattern of MaybeUninit::uninit().assume_init() but with an annotation that this is "the best we can do".
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-0/+1
This reverts commit 8f6197f39f7d468dfc5b2bd41dae4769992a2f83.
2019-12-08Rollup merge of #66325 - BartMassey:master, r=joshtriplettMazdak Farrokhzad-1/+2
Change unused_labels from allow to warn Fixes #66324, making the unused_labels lint warn instead of allow by default. I'm told @rust-lang/lang will need to review this, and perhaps will want to do a crater run.
2019-11-21Remove `#![feature(never_type)]` from tests.Mazdak Farrokhzad-1/+0
Also remove `never_type` the feature-gate test.
2019-11-15Cleaned up unused labelsBart Massey-1/+2
Deleted unused labels from compiler and fixed or allowed unused labels in tests. This patch removes some gratuitous unused labels and turns off the warning for unused labels that are a necessary part of tests. This will permit setting the `unused_labels` lint to `warn`.
2019-10-15Organize `never_type` testsMazdak Farrokhzad-0/+1
Also move {run-fail -> ui}/never_type
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+959