Skip to content

Commit bb0016b

Browse files
authored
Rollup merge of #73543 - GuillaumeGomez:cleanup-e0695, r=Dylan-DPC
Clean up E0695 explanation r? @Dylan-DPC
2 parents c1cad70 + 59d8c45 commit bb0016b

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+1
-1
lines changed

src/librustc_error_codes/error_codes/E0695.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
A `break` statement without a label appeared inside a labeled block.
22

3-
Example of erroneous code:
3+
Erroneous code example:
44

55
```compile_fail,E0695
66
# #![feature(label_break_value)]

0 commit comments

Comments
 (0)