Rollup merge of #73543 - GuillaumeGomez:cleanup-e0695, r=Dylan-DPC

Clean up E0695 explanation

r? @Dylan-DPC
This commit is contained in:
Ralf Jung
2020-06-20 16:40:01 +02:00
committed by GitHub
@@ -1,6 +1,6 @@
A `break` statement without a label appeared inside a labeled block.
Example of erroneous code:
Erroneous code example:
```compile_fail,E0695
# #![feature(label_break_value)]