rust/src/librustc_resolve
Alex Crichton f7706d5816 Rollup merge of #47705 - pietroalbini:fix-47673, r=petrochenkov
Fix ICE when use trees have multiple empty nested groups

The issue was caused by an oversight of mine in the original use_nested_groups PR, where different paths were resolved with the same `NodeId` in some cases (such as in `use {{}, {}};`).

Fixes #47673
r? @petrochenkov
2018-01-25 13:49:53 -08:00
..
build_reduced_graph.rs Reexport -> re-export in error messages 2018-01-15 13:36:52 -05:00
Cargo.toml Try to fix a perf regression by updating log 2018-01-07 16:54:05 +01:00
check_unused.rs Fix wrong span for nested empty groups 2018-01-24 23:46:02 +01:00
diagnostics.rs Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkov 2018-01-21 23:11:39 +01:00
lib.rs Rollup merge of #47705 - pietroalbini:fix-47673, r=petrochenkov 2018-01-25 13:49:53 -08:00
macros.rs Store a list of local macros on the resolver; use for resolving intra-doc macro links 2018-01-22 15:24:30 +05:30
resolve_imports.rs Rollup merge of #47498 - dominikWin:missing-module-name, r=petrochenkov 2018-01-18 01:57:29 +08:00