rust/src/librustc_resolve
Mazdak Farrokhzad 9f7f949600
Rollup merge of #56620 - petrochenkov:noclutter, r=estebank
resolve: Reduce some clutter in import ambiguity errors

Noticed in https://www.reddit.com/r/rust/comments/a3pyrw/announcing_rust_131_and_rust_2018/eb8alhi/.
The first error is distracting, but unnecessary, it's a *consequence* of the ambiguity error and appears because one of the ambiguous `actix` modules (unsurprisingly) doesn't have the expected name in it.
2018-12-08 08:43:49 +01:00
..
build_reduced_graph.rs Auto merge of #56392 - petrochenkov:regensym, r=oli-obk 2018-12-06 15:08:11 +00:00
Cargo.toml resolve: Merge resolution for macro_rules into the common early in-scope resolution function 2018-10-05 11:40:40 +04:00
check_unused.rs rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
diagnostics.rs resolve: Avoid sentence breaks in diagnostics 2018-11-18 13:58:36 +03:00
error_reporting.rs syntax: Rename some keywords 2018-12-04 00:30:27 +03:00
lib.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
macros.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
resolve_imports.rs Rollup merge of #56620 - petrochenkov:noclutter, r=estebank 2018-12-08 08:43:49 +01:00