Files
rust/compiler
Jonathan Brouwer 73292d90e8 Rollup merge of #150198 - Bryntet:parse_thread_local, r=JonathanBrouwer
Port `#[thread_local]` to attribute parser

Simple port, only thing that might be an issue is the `help: #[thread_local] can be applied to foreign statics and statics` it probably would be that if an attribute is applicable to both statics and foreign statics that we don't alphabetically sort them next to each other, because now it kinda reads like `#[thread_local]` is something that you primarily use on foreign statics

r? `@JonathanBrouwer`
2025-12-20 16:24:06 +01:00
..
2025-12-19 15:04:30 -08:00
2025-12-16 08:42:04 -08:00
2025-12-12 11:17:33 +01:00
2025-10-12 08:08:30 +00:00
2025-12-19 15:04:30 -08:00
2025-12-09 13:40:18 +00:00
2025-12-19 15:04:30 -08:00
2025-12-16 00:31:32 +09:00
2025-12-20 13:56:25 +02:00