rust-analyzer/crates/ra_hir_ty
Florian Diebold 9dc1826cfa 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.
2020-01-11 23:37:58 +01:00
..
src Fix various names, e.g. Iterator not resolving in core prelude 2020-01-11 23:37:58 +01:00
Cargo.toml Update Chalk, clean up Chalk integration a bit 2019-12-23 00:08:03 +01:00