diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2020-07-01 20:36:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-01 20:36:00 -0700 |
| commit | 1b37bfa537a4ca742ab6e57dc859a5159d9e2c7d (patch) | |
| tree | c90631104fb38ea89c051b53e879eb438bedb1d8 /src/librustc_error_codes/error_codes | |
| parent | 89429a854d92ca82696412bba70f5556056e86f1 (diff) | |
| parent | f74a7d3ff1a080f4877a43096985b693d5949f55 (diff) | |
Rollup merge of #73892 - GuillaumeGomez:cleanup-e0712, r=Dylan-DPC
Clean up E0712 explanation r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0712.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_error_codes/error_codes/E0712.md b/src/librustc_error_codes/error_codes/E0712.md index 89f60084f0a..7e09210e787 100644 --- a/src/librustc_error_codes/error_codes/E0712.md +++ b/src/librustc_error_codes/error_codes/E0712.md @@ -1,5 +1,5 @@ -This error occurs because a borrow of a thread-local variable was made inside a -function which outlived the lifetime of the function. +A borrow of a thread-local variable was made inside a function which outlived +the lifetime of the function. Erroneous code example: |
