diff options
author | Florian Diebold <[email protected]> | 2020-01-11 22:19:58 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2020-01-11 22:37:58 +0000 |
commit | 9dc1826cfaa75983a83f9eb7f788067d5dedf5a7 (patch) | |
tree | c92f033b4b97ee393dafb3a83537f47c4c82d435 /.vscode/extensions.json | |
parent | 2e09a96f82d4ba15de2c8b8fbbe40fd78e21c185 (diff) |
Fix various names, e.g. Iterator not resolving in core prelude
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.
Diffstat (limited to '.vscode/extensions.json')
0 files changed, 0 insertions, 0 deletions