Skip to content

Commit

Permalink
Rollup merge of rust-lang#73892 - GuillaumeGomez:cleanup-e0712, r=Dyl…
Browse files Browse the repository at this point in the history
…an-DPC

Clean up E0712 explanation

r? @Dylan-DPC
  • Loading branch information
Manishearth committed Jul 2, 2020
2 parents 7927a05 + f74a7d3 commit e4475fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_error_codes/error_codes/E0712.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down

0 comments on commit e4475fd

Please sign in to comment.