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
This commit
rust-lang/rust@f35f973
changes `static`s to `const`s in quite a few places in libunicode.
For some reason, this causes rustc to dump its core, which is in itself a bug,
but here we can fix it by changing some static variables to const.
0 commit comments