intellij-rust / intellij-rust

Rust plugin for the IntelliJ Platform
https://intellij-rust.github.io
MIT License
4.53k stars 380 forks source link

There is no output after running `cargo clippy --all --tests --all-targets` on windows, but it is fine on mac or native terminal. #10211

Open eranfu opened 1 year ago

eranfu commented 1 year ago

Environment

Problem description

There is no output after running cargo clippy --all --tests --all-targets on windows, but it is fine on mac or on native terminal. image

Steps to reproduce

  1. Double Ctrl
  2. Input cargo clippy --all --tests --all-targets
  3. Press Enter
eranfu commented 1 year ago

It is a blocking bug. I will never use CLion+Rust on windows until this issue is solved.

eranfu commented 1 year ago

Related issue: #9071. But I did not use WSL.

eranfu commented 1 year ago

Another related issue: #8735.