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
Imports are marked red when importing traits created by proc-macro. In this case by the extend crate. Note that the method that is called on that trait is resolved correctly.
I also tried to play around with settings, but was not able to get it running. Maybe I did something wrong? (loadOutDirsFromCheck gets suggested a lot, but when I tried to add it to the settings, vscode told me that it is not an option).
The text was updated successfully, but these errors were encountered:
Version: v0.2.529
Imports are marked red when importing traits created by proc-macro. In this case by the extend crate. Note that the method that is called on that trait is resolved correctly.
cargo run
runs fine.I uploaded a test repo: https://github.com/SrTobi/rust-anlyzer-extend-bug
I also tried to play around with settings, but was not able to get it running. Maybe I did something wrong? (

loadOutDirsFromCheck
gets suggested a lot, but when I tried to add it to the settings, vscode told me that it is not an option).The text was updated successfully, but these errors were encountered: