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
I accidentally wrote if(path_is_absolute) instead of if(path_is_absolute(p)) and got an LLVM assertion error instead of a rust type error. This doesn't seem right to me.
The text was updated successfully, but these errors were encountered:
I accidentally wrote
if(path_is_absolute)
instead ofif(path_is_absolute(p))
and got an LLVM assertion error instead of a rust type error. This doesn't seem right to me.The text was updated successfully, but these errors were encountered: