diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-16 17:09:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-16 17:09:06 -0700 |
| commit | 5bb9bef79577b9629b12800dcdae1d8fd52998c0 (patch) | |
| tree | 9b6f6432be9c4a78fd4677f7a3125f3eb93e1a0a /src/librustc_error_codes | |
| parent | b1ba961cad5ec30924deada0cf92daa33b5ff4c4 (diff) | |
| parent | 03bbe9d2c93623f789758df67b86f6ce4154951a (diff) | |
Rollup merge of #74398 - GuillaumeGomez:cleanup-e0723, r=Dylan-DPC
Clean up E0723 explanation r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0723.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0723.md b/src/librustc_error_codes/error_codes/E0723.md index 394ee057b0b..95d47ab21cb 100644 --- a/src/librustc_error_codes/error_codes/E0723.md +++ b/src/librustc_error_codes/error_codes/E0723.md @@ -1,4 +1,4 @@ -An feature unstable in `const` contexts was used. +An unstable feature in `const` contexts was used. Erroneous code example: |
