rust/src/test/ui/for-loop-while
Mazdak Farrokhzad 56f830e292
Rollup merge of #66325 - BartMassey:master, r=joshtriplett
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-12-08 03:39:43 +01:00
..
auto-loop.rs
break-value.rs
break.rs
for-destruct.rs
for-loop-goofiness.rs
for-loop-has-unit-body.rs
for-loop-into-iterator.rs
for-loop-lifetime-of-unbound-values.rs
for-loop-macro.rs
for-loop-mut-ref-element.rs
for-loop-no-std.rs
for-loop-panic.rs
for-loop-unconstrained-element-type-i32-fallback.rs
foreach-external-iterators-break.rs
foreach-external-iterators-hashmap-break-restart.rs
foreach-external-iterators-hashmap.rs
foreach-external-iterators-loop.rs
foreach-external-iterators-nested.rs
foreach-external-iterators.rs
foreach-nested.rs
foreach-put-structured.rs
foreach-simple-outer-slot.rs
label_break_value.rs Cleaned up unused labels 2019-11-15 16:31:30 -08:00
labeled-break.rs
linear-for-loop.rs
liveness-assign-imm-local-after-loop.rs
liveness-loop-break.rs
liveness-move-in-loop.rs
loop-break-cont-1.rs
loop-break-cont.rs
loop-break-value.rs Remove #![feature(never_type)] from tests. 2019-11-21 14:55:32 +01:00
loop-diverges.rs
loop-label-shadowing.rs Cleaned up unused labels 2019-11-15 16:31:30 -08:00
loop-labeled-break-value.rs
loop-no-reinit-needed-post-bot.rs
loop-scope.rs
while-cont.rs
while-flow-graph.rs
while-label.rs
while-let.rs
while-loop-constraints-2.rs
while-prelude-drop.rs
while-with-break.rs
while.rs