blob: 30c742626fa966897f5653e60c6b66918d3993d9 (
plain)
1
2
3
4
5
6
7
8
|
error: #[thread_local] does not support implicit nested statics, please create explicit static items and refer to them instead
--> $DIR/nested_thread_local.rs:7:1
|
LL | static mut FOO: &u32 = {
| ^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
|