Can’t run Rust tests? #22523
Unanswered
codahale
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
Just started trying out Zed (0.166.1) on macOS 15.2 and there’s a lot to like, but when I run tests in a Rust project (i.e. push the little play button annotation next to the test function or module),
cargo
spits out a bunch of errors like this:Running
cargo test -p blah bloo -- --nocapture
in the terminal works exactly as I’d expect.The directory
/var/folders/s1/rv5w7wln4jq71wgx1mgt0g2r0000gn/T
exists, and it has a number of subdirectories which seem based on the same pattern asrustcm9cnZK
, but\n\u{1b}[?2004l
seems like a deeply weird directory name.Any ideas? Should I open an issue?
Beta Was this translation helpful? Give feedback.
All reactions