rust/src/test/ui/borrowck/borrowck-thread-local-static-borrow-outlives-fn.mir.stderr

13 lines
433 B
Plaintext
Raw Normal View History

error[E0712]: thread-local variable borrowed past end of function
2018-12-25 09:56:47 -06:00
--> $DIR/borrowck-thread-local-static-borrow-outlives-fn.rs:11:20
|
LL | assert_static(&FOO);
| ^^^^ thread-local variables cannot be borrowed beyond the end of the function
LL |
LL | }
| - end of enclosing function is here
error: aborting due to previous error
For more information about this error, try `rustc --explain E0712`.