blob: b078c286965198e66a7eec6cc2f2eac2fb8a6e5c [file] [log] [blame]
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