Replies: 1 comment 6 replies
-
Do you use |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
rust-analyzer
reports and error about failingcargo check
(there is intentionally introduced error by commenting out one of theuse
clauses, so there is an undefined symbol referred to in the code). I have written up detailed description of the error in therust-analyzer
repository.The problem is, that this results in three identical floating windows popping up (or alternatively, the same error message consisting of many lines is echoed three times over, requiring hitting Enter to continue).
Is this works-as-designed, or is there some less intrusive possibility of reporting this kind of error? I guess the error needs to be reported somehow and it is quite possible that the actual problem is on the
rust-analyzer
side? Still, would there be a way to suppress the error, or at least not reporting it three times over?Beta Was this translation helpful? Give feedback.
All reactions