SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 65 Rust

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`
J
Jonathan Brouwer committed
73292d90e841d49ec068c53683652db3d6e947e7
Committed by GitHub <noreply@github.com> on 12/20/2025, 3:24:06 PM