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
Instead, this happened: (dash) shell error /home/eren/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rust-gdbgui: 58: -iex "add-auto-load-safe-path /home/eren/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/etc": not found
I tried this code:
rust-gdbgui $my_executable
I expected to see this happen: gdbgui starts
Instead, this happened: (
dash
) shell error/home/eren/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/rust-gdbgui: 58: -iex "add-auto-load-safe-path /home/eren/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/etc": not found
Meta
rustc --version --verbose
:The bug was introduced by commit 8dd0ec6, which closes a string before an escaped newline.
Backtrace
N/A
The text was updated successfully, but these errors were encountered: