Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions.

This commit is contained in:
Eduard-Mihai Burtescu 2018-09-20 20:39:46 +03:00
parent c97b60ff3f
commit fa2c246384
19 changed files with 61 additions and 181 deletions

View file

@ -455,12 +455,10 @@ pub fn run_core(search_paths: SearchPaths,
|_| Ok(()));
let driver::InnerExpansionResult {
mut hir_forest,
mut resolver,
resolver,
..
} = abort_on_err(result, &sess);
resolver.ignore_extern_prelude_feature = true;
// We need to hold on to the complete resolver, so we clone everything
// for the analysis passes to use. Suboptimal, but necessary in the
// current architecture.