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?
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?