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
looks like libsyntax panics when you pass a syntactically invalid rust file to RACER. I'm trying to convert RACER in a library, so it cannot crash, since the crash then propagates through FFI boundaries, tearing everything down with it. Does anyone know any solution to this?