-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
E-unknownIt's unclear if the issue is E-hard or E-easy without digging inIt's unclear if the issue is E-hard or E-easy without digging inS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
In the latest version of rust-analyzer (on nvim+coc, but a coworker is reporting the same thing on VSCode), I'm getting the following error from rust-analyzer.
[rust-analyzer] [E] unresolved import
This happens even though a regular build of the project finishes just fine.
thiserror::Error
is a derive macro without an accompanying trait (c.f. serde::Serialize
, which is a derive macro and also a trait, which does not cause an error).
Could there be a regression with importing derive macro traits?
jsdw, ian-h-chamberlain, 0x8f701, Wumms and SpectreVertDouglasLivingstone, sunjay, NathanFlurry and Progdrasil
Metadata
Metadata
Assignees
Labels
E-unknownIt's unclear if the issue is E-hard or E-easy without digging inIt's unclear if the issue is E-hard or E-easy without digging inS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now