bors[bot] 86d2af9f7b
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 <flodiebold@gmail.com>
2020-01-11 23:00:37 +00:00
..
2019-12-29 15:02:27 +00:00
2019-12-23 21:56:10 +08:00
2019-12-13 22:33:38 +01:00
2019-12-25 00:25:18 +08:00
2020-01-11 23:33:04 +01:00
2019-12-20 18:16:11 +01:00
2020-01-11 23:33:04 +01:00
2019-12-13 22:33:38 +01:00
2020-01-11 23:33:04 +01:00
2020-01-11 23:33:04 +01:00
2019-12-19 16:57:22 +01:00
2020-01-11 23:33:04 +01:00
2020-01-11 23:33:04 +01:00
2019-12-20 13:58:09 +01:00
2020-01-11 23:33:04 +01:00
2019-12-21 17:26:28 +01:00
2019-12-27 11:25:04 +01:00