about summary refs log tree commit diff
path: root/src/test/ui/for-loop-while/loop-label-shadowing.rs
AgeCommit message (Collapse)AuthorLines
2019-11-15Cleaned up unused labelsBart Massey-0/+1
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-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+11