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 was being held up by some major confusion regarding .clone vs .cloned. A method for inspecting type signatures was added to a util module which should help clear up misunderstandings of what the actual type of something is.
This ticket will be closed when cargo bench passes the 10k LOC example without optimizations turned on. Currently running that bench results in a stack overflow.
problem: there are entirely way too many clones in the type checker
solution: Non Lexical Lifetimes should enable smarter lifetimes.
The text was updated successfully, but these errors were encountered: