Skip to content

Commit

Permalink
Clean up E0712 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 30, 2020
1 parent c86039b commit f74a7d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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:

Expand Down

0 comments on commit f74a7d3

Please sign in to comment.