Clean up E0712 explanation

This commit is contained in:
Guillaume Gomez 2020-06-30 13:36:33 +02:00
parent c86039b333
commit f74a7d3ff1

View file

@ -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: