diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-06-10 01:06:29 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-10 01:06:29 +0200 |
| commit | 4ac3efa96e85b29c83ef3439230afe4150542ea8 (patch) | |
| tree | 41494f9a5d8a9d93dede19967db6ae115f91cc9f | |
| parent | 95479d49058e2bd8b8feec5f901475fbfb551ba0 (diff) | |
| parent | f615582d650d812fcdd41e3d4f03f8bb4f1b268a (diff) | |
| download | rust-4ac3efa96e85b29c83ef3439230afe4150542ea8.tar.gz rust-4ac3efa96e85b29c83ef3439230afe4150542ea8.zip | |
Rollup merge of #73123 - GuillaumeGomez:cleanup-e0647, r=Dylan-DPC
Clean up E0647 explanation r? @Dylan-DPC
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0647.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0647.md b/src/librustc_error_codes/error_codes/E0647.md index 131db38c00d..8ca6e777f30 100644 --- a/src/librustc_error_codes/error_codes/E0647.md +++ b/src/librustc_error_codes/error_codes/E0647.md @@ -1,4 +1,5 @@ -It is not possible to define `start` with a where clause. +The `start` function was defined with a where clause. + Erroneous code example: ```compile_fail,E0647 |
