rust/tests/ui/statics/nested_thread_local.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
268 B
Plaintext
Raw Normal View History

error: #[thread_local] does not support implicit nested statics, please create explicit static items and refer to them instead
2024-08-26 07:51:16 -05:00
--> $DIR/nested_thread_local.rs:6:1
|
LL | static mut FOO: &u32 = {
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error