Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all editions.
This commit is contained in:
parent
c97b60ff3f
commit
fa2c246384
19 changed files with 61 additions and 181 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue