rust/src/test/ui/thread-local
Dylan DPC 3dced80298
Rollup merge of #95006 - tmiasko:thread-local-static, r=wesleywiser
Reject `#[thread_local]` attribute on non-static items
2022-04-16 19:42:02 +02:00
..
name-collision.rs Add test of thread_local! breaking on redefined u8 2022-04-02 11:38:11 -07:00
non-static.rs Reject #[thread_local] attribute on non-static items 2022-03-16 13:00:33 +01:00
non-static.stderr Reject #[thread_local] attribute on non-static items 2022-03-16 13:00:33 +01:00
thread-local-issue-37508.rs
tls.rs