Closed
Description
According to merge request #53774, and the line builder.install(&builder.src.join("src/etc/rust-gdbgui"), &sysroot.join("bin"), 0o755);
in src/bootstrap/dist.rs
, the script rust-gdbgui
should be installed in ~/.cargo/bin/rust-gdbgui
.
With rust 1.35.0 I don't see this script installed. I'm running linux, so the installer should be going into that branch. I can see rust-gdb
and rust-lldb
.
When I copy the file manually, it works.