diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-11 23:00:37 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-11 23:00:37 +0000 |
commit | 86d2af9f7b3f6af2ea9e4eca2584aa501b60aa14 (patch) | |
tree | e5ae070838d2ecbb3bb71efad06a2927e42dde70 /crates/ra_assists/src/assists | |
parent | bcfd297f4910bbf2305ec859d7cf42b7dca25f57 (diff) | |
parent | 9dc1826cfaa75983a83f9eb7f788067d5dedf5a7 (diff) |
Merge #2803
2803: Fix various names, e.g. Iterator not resolving in core prelude r=matklad a=flodiebold
Basically, `Iterator` is re-exported via several steps, which happened to not be
resolved yet when we got to the prelude import, but since the name resolved to
the reexport from `core::iter` (just to no actual items), we gave up trying to
resolve it further.
Maybe part of the problem is that we can have
`PartialResolvedImport::Unresolved` or `PartialResolvedImport::Indeterminate`
with `None` in all namespaces, and handle them differently.
Fixes #2683.
Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'crates/ra_assists/src/assists')
0 files changed, 0 insertions, 0 deletions