rust-lang / rust-lang/rust-mode
cargo commands on remote projects ignore remote prefix
Nobody has claimed this yet.
- Dominant language
- Emacs Lisp
- Stars
- 1.3k
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
When a remote project is selected over tramp, cargo commands (M-x rust-run-clippy, rust-run, etc.) try to find the project root on the host instead of the remote, making them unusable over tramp.
- rust-mode 20250705.1444
- Emacs 30.2
- Host: Fedora 43
- Remote: Ubuntu 24 Server
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the issue with a Rust project selected over TRAMP and the M-x rust-run-clippy and rust-run commands. Trace how these commands locate the project root, then verify that the root and cargo operations retain the remote prefix. Done means the listed cargo commands work against the remote project rather than the local host.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs-lisp, rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100