You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't reproduce. EDIT: yes, I can. Are you actually using the VS Code extension with rust-analyzer installed using rustup? That requires setting rust-analyzer.server.path.
This is probably a duplicate of #10110. It's not rust-analyzer that crashes, but rather the displaydoc. rust-analyzer itself works fine, but won't be able to expand that derive macro because we're stripping the #[ignore_extra_doc_attributes].
It's unlikely to be fixed soon, but you can use either use single-line comments on UdsCommand::InputOutputControlByIdentifier and any other, or set rust-analyzer.cargo.features and rust-analyzer.cargo.noDefaultFeatures to disable the display feature.
rust-analyzer 1.69.0 (84c898d 2023-04-16)
rustc 1.69.0 (84c898d65 2023-04-16)
When open https://github.com/nyurik/automotive_diag with VScode, the rust-analyzer extension crashes.
The text was updated successfully, but these errors were encountered: