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
commit bb0016bdec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)]