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
{{ message }}
This repository was archived by the owner on Mar 1, 2019. It is now read-only.
This special cases the function type sugar in paths and deals with traits bounds as just the path parts. That required refactoring the path collector to distinguish between variable decls and references in patterns, basically just to please the borrow checker.
cc rust-dev-tools/rls-analysis#37
e.g.,
fn for_each_sphere_light<F: Fn(&SphereLight) -> Colour>(&self, _f: F) -> Colour
is missing links for SphereLight and Colour inside theFn
bound.The text was updated successfully, but these errors were encountered: