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
If CollatorBorrowed was const-constructible, it would be possible to have a CollatorBorrowed-typed mut static (without wrapping in Option or MaybeUninit) that could be overwritten with a dynamically-initialized CollatorBorrowed from main.
If
CollatorBorrowedwasconst-constructible, it would be possible to have aCollatorBorrowed-typedmut static(without wrapping inOptionorMaybeUninit) that could be overwritten with a dynamically-initializedCollatorBorrowedfrommain.