title: UnusedLabel layout: article

UnusedLabel occurs when a label is declared and not used.

Example:
 func f() {
 L:
 }