VS Code Rust extension hovering over errors

I'm using the VS Code Rust extension, not rust-analyzer. When it flags errors in my code with a red, squiggly line and I hover over it, it often displays documentation for the item (such as a method) instead of displaying the error message. Is this happening to others? Is there anything I can do to get it to show me the error message instead?

I'm not familiar with the "other" VS Code Rust extension but fwiw rust-analyzer in Code will show you the error text in the popup window (after the docs for whatever you're hovering over).

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.