-
| 
         I'm developing for  I don't get compilation errors. I believe this is due to cargo check. On the command-line in order to get cargo check to work I need to write: I exhausted everything I could think of and could find online.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
| 
         Do the logs say anything?  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         BTW - What's interesting is that now I see I do get errors, just different errors in Neovim than I get in cargo check, maybe that can help troubleshoot the issue. It states that "target_arch" is disabled, but I have set the cargo.targets in my config. In Neovim I see: Cargo check shows (the proper errors):  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         I found a way to get this working, not sure if the best/only way but documenting for others who may stumble on this: 
 
 Found it here: https://www.reddit.com/r/rust/comments/13d2tls/rustanalyzer_and_toolchain_for_esp/ 
 I think that's it.  | 
  
Beta Was this translation helpful? Give feedback.


I found a way to get this working, not sure if the best/only way but documenting for others who may stumble on this:
This is so with esp there will still be rust-analyzer found.
The other options I saw elsewhere to set RUST_TOOLCHAIN didn't work for me. Other things broke. Maybe possible to get it to work.
Found it here: https://www.reddit.com/r/rust/comments/13d2tls/rustanalyzer…