mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
9 lines
268 B
Plaintext
9 lines
268 B
Plaintext
error: #[thread_local] does not support implicit nested statics, please create explicit static items and refer to them instead
|
|
--> $DIR/nested_thread_local.rs:6:1
|
|
|
|
|
LL | static mut FOO: &u32 = {
|
|
| ^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|