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
Using static instead of const everywhere in unicode_data.rs would save about 300ms on the compilation time by avoiding an extra copy in the compiler when const promoting the consts which effectively generates a static behind the scenes anyway.
The comment at the top says that it is automatically generated, but I can't find what code generated it.
The text was updated successfully, but these errors were encountered: