rust/compiler/rustc_resolve/src
Jonas Schievink 23408de992
Rollup merge of #77421 - petrochenkov:globtravel, r=nagisa
Revert "resolve: Avoid "self-confirming" import resolutions in one more case"

And remove the assert that https://github.com/rust-lang/rust/pull/70236 tried to avoid instead.

Closes https://github.com/rust-lang/rust/issues/74556.
2020-10-03 00:31:16 +02:00
..
late resolve: prohibit anon const non-static lifetimes 2020-10-02 13:54:25 +01:00
build_reduced_graph.rs use matches!() macro for simple if let conditions 2020-09-18 20:28:35 +02:00
check_unused.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
def_collector.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
diagnostics.rs Remove redundant &format!. 2020-09-15 11:11:18 +02:00
imports.rs Revert "resolve: Avoid "self-confirming" import resolutions in one more case" 2020-10-02 00:58:37 +03:00
late.rs use matches!() macro for simple if let conditions 2020-09-18 20:28:35 +02:00
lib.rs /nightly/nightly-rustc 2020-09-23 21:51:56 +02:00
macros.rs Give a better error message for duplicate built-in macros 2020-09-01 08:34:17 -04:00