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
Autoimport and path qualification should prefer to use std paths before core or alloc. I think this probably requires a small hack here to hardcode this preference; at least I can't think of any principled rule for this.
(Note that this is unrelated to no_std; once we have no_std support, the path finding algorithm should automatically only find core paths in such crates.)