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
Trying to run rust-lldb gives me the error: infinite recursion detected: the command may not exist for this toolchain error.
rust-llbd is effectively missing in .multirust/toolchains/stable/bin but it could be installed there, as lldb is available on Linux. (I got mine from the epel repo, but some people can also have it installed from sources).
Is it an issue for multirust or for the main rust repo ?
The text was updated successfully, but these errors were encountered:
This could have a better error than just blindly recursing. I don't intend to remove the proxy binary and think Rust should distribute rust-gdb and rust-lldb unconditionally.
Trying to run
rust-lldb
gives me theerror: infinite recursion detected: the command may not exist for this toolchain
error.rust-llbd
is effectively missing in.multirust/toolchains/stable/bin
but it could be installed there, as lldb is available on Linux. (I got mine from the epel repo, but some people can also have it installed from sources).Is it an issue for multirust or for the main rust repo ?
The text was updated successfully, but these errors were encountered: