tokio-rs / loom

Concurrency permutation testing tool for Rust.
MIT License
2.08k stars 110 forks source link

Support const-initialization in loom::thread_local! #353

Closed Wuelle closed 4 months ago

Wuelle commented 4 months ago

This fixes #346

~~Also added a test that verifies that loom::thread_local accepts common inputs to std::thread::thread_local.~~ Edit: Removed the test again, because it breaks CI (inline-const is still experimental)

Darksonn commented 4 months ago

We do not support unstable Rust features.