diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-04-22 16:41:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 16:41:12 +0200 |
| commit | 7939a4d728aff0bca3cd75515fc60f537e5d9ec6 (patch) | |
| tree | 9eb710491eb180de40a71d145998ba99a4288a09 /src/test | |
| parent | 221f677d70809bef43e22b689e41de88b31080f4 (diff) | |
| parent | e5b68bc7193889a5df85ea4ffba84ce20c1f0471 (diff) | |
| download | rust-7939a4d728aff0bca3cd75515fc60f537e5d9ec6.tar.gz rust-7939a4d728aff0bca3cd75515fc60f537e5d9ec6.zip | |
Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomez
Added detailed error code explanation for issue E0696 in Rust compiler. Added proper error explanation for issue E0696 in the Rust compiler. Error Code E0696 Sub Part of Issue #61137 r? @GuillaumeGomez
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/label/label_break_value_continue.stderr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/ui/label/label_break_value_continue.stderr b/src/test/ui/label/label_break_value_continue.stderr index c5f79ed6333..9b8693dc584 100644 --- a/src/test/ui/label/label_break_value_continue.stderr +++ b/src/test/ui/label/label_break_value_continue.stderr @@ -21,4 +21,5 @@ LL | continue; error: aborting due to 3 previous errors -For more information about this error, try `rustc --explain E0695`. +Some errors have detailed explanations: E0695, E0696. +For more information about an error, try `rustc --explain E0695`. |
