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
k.rs:1:4: 1:13 error: unresolved name
k.rs:1 use foo::bar;
^~~~~~~~~
k.rs:1:4: 1:13 error: failed to resolve import: foo::bar
k.rs:1 use foo::bar;
^~~~~~~~~
error: failed to resolve imports
error: aborting due to 3 previous errors
I believe the span on the first error should just cover foo, not the whole path (that is a path, yes?)