]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-17954.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-17954.stderr
CommitLineData
48663c56
XL
1error[E0712]: thread-local variable borrowed past end of function
2 --> $DIR/issue-17954.rs:7:13
8faf50e0
XL
3 |
4LL | let a = &FOO;
48663c56 5 | ^^^^ thread-local variables cannot be borrowed beyond the end of the function
8faf50e0
XL
6...
7LL | }
48663c56 8 | - end of enclosing function is here
8faf50e0
XL
9
10error: aborting due to previous error
11
48663c56 12For more information about this error, try `rustc --explain E0712`.