Skip to content

Commit

Permalink
Rollup merge of #73543 - GuillaumeGomez:cleanup-e0695, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Clean up E0695 explanation

r? @Dylan-DPC
  • Loading branch information
RalfJung authored Jun 20, 2020
2 parents c1cad70 + 59d8c45 commit bb0016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_error_codes/error_codes/E0695.md
Original file line number Diff line number Diff line change
@@ -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 bb0016b

Please sign in to comment.