failed to write request: Broken pipe (os error 32) #2557
-
proc macro Kernel: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you post the complete error/terminal output? This is likely a |
Beta Was this translation helpful? Give feedback.
-
I installed an extension called rust-analyzer. When I run this program,everything is fine. But in VS code, there are always errors reported by the extension. It makes me confused, since I don't know whether I code correctly. |
Beta Was this translation helpful? Give feedback.
Did you enable
proc-macro
support in rust-analyzer, as the link you posted indicates?