Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean up E0695 explanation
  • Loading branch information
GuillaumeGomez committed Jun 20, 2020
1 parent 5949391 commit 59d8c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0695.md
@@ -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)]
Expand Down

0 comments on commit 59d8c45

Please sign in to comment.