3ed690f07a
Rename thread_local_initializer_can_be_made_const to missing_const_for_thread_local Close #12934 As discussed at #12934 name `thread_local_initializer_can_be_made_const` sounds against convention for other lints which describe the issue/wrong code but not suggestion and it is quite long. The new name take example from existing lint `missing_const_for_fn` changelog: `thread_local_initializer_can_be_made_const` : Rename to [`missing_const_for_thread_local`]