-
Notifications
You must be signed in to change notification settings - Fork 2k
unresolved import: thiserror::Error #6053
Copy link
Copy link
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
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
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 importThis happens even though a regular build of the project finishes just fine.
thiserror::Erroris 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?