Open s-titov opened 1 year ago
I have observed this consistently happening when I add a local crate as a dependency. Everything compiles fine, however the IDE only recognizes the type and not the implementation of Display
, or any implemented method for that matter.
Environment
Problem description
I've implemented fmt::Display for Point2D and it works, but IDE still shows me error.
Steps to reproduce