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
tldr of discord conversation, it's because &T is passed in the order_by function instead of just T, which changes the function signature to &&T which causes the segfault. Need to patch this issue.
Version:
db1b212
Minimal setup to reproduce:
The text was updated successfully, but these errors were encountered: