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
< sawrubh> suppose I wrote assert instead of assert!, I get this message
: unresolved name: `assert`. Did you mean: `result`? what's
the thing which generates the last suggestion
< sawrubh> I think that suggesting that I'm missing an ! would be more
helpful, so just wondering who decides and how it decides what
to suggest as the solution
As an aside, assert -> result is still a hilariously large edit distance.