You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Files with utf-8 BOM are valid UTF-8 encoded files. Most text-editors support creating and editing them. BOM should not prevent .rs files from compiling. We could just ignore the BOM bytes silently.
The text was updated successfully, but these errors were encountered:
…tializer_can_be_made_const, r=Alexendoo
Rename thread_local_initializer_can_be_made_const to missing_const_for_thread_local
Closerust-lang#12934
As discussed at rust-lang#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`]
Files with utf-8 BOM are valid UTF-8 encoded files. Most text-editors support creating and editing them. BOM should not prevent .rs files from compiling. We could just ignore the BOM bytes silently.
The text was updated successfully, but these errors were encountered: