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
Currently when writing use foo::{bar, baz, qux} when foo exists but none of bar, baz and qux do, we emit one diagnostic per unresolved import. We should collect these onto a single multispan error.