aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-01-11 23:00:37 +0000
committerGitHub <[email protected]>2020-01-11 23:00:37 +0000
commit86d2af9f7b3f6af2ea9e4eca2584aa501b60aa14 (patch)
treee5ae070838d2ecbb3bb71efad06a2927e42dde70 /.vscode
parentbcfd297f4910bbf2305ec859d7cf42b7dca25f57 (diff)
parent9dc1826cfaa75983a83f9eb7f788067d5dedf5a7 (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 '.vscode')
0 files changed, 0 insertions, 0 deletions