diff options
| author | Ralf Jung <post@ralfj.de> | 2020-06-20 16:40:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-20 16:40:01 +0200 |
| commit | bb0016bdec30cb88370428ec124c33d6f341aad3 (patch) | |
| tree | c7252184d324a8497b66fd34a03cc2f4ffd84edc | |
| parent | c1cad7028293095053a278583ad594e4a5bfeacf (diff) | |
| parent | 59d8c4549a76ab9ebd4955a6c601c9b7adb0e8ff (diff) | |
| download | rust-bb0016bdec30cb88370428ec124c33d6f341aad3.tar.gz rust-bb0016bdec30cb88370428ec124c33d6f341aad3.zip | |
Rollup merge of #73543 - GuillaumeGomez:cleanup-e0695, r=Dylan-DPC
Clean up E0695 explanation r? @Dylan-DPC
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0695.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0695.md b/src/librustc_error_codes/error_codes/E0695.md index 208f7f4c7b1..5013e83ca03 100644 --- a/src/librustc_error_codes/error_codes/E0695.md +++ b/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)] |
