Closed
Description
With this bug I'm less interested in the rustc bugs themselves rather that they can cause output to stdout. Doing so is unacceptable for the Rls as it breaks jsonrpc, and in a way that is not currently recoverable by vscode-jsonrpc library (used by atom & vscode RLS clients).
Is there any way we can minimise the possibility of rustc printing stdout in RLS usage?
Rustc stdout after panic
Usage: rustc [OPTIONS] INPUT
Options:
-h, --help Display this message
...etc...
For example, printing the help instead to stderr would be enough to prevent jsonrpc abuse in RLS.
Atom console