Adjust to SourceType::InTree in several places

These were left over in migrations to subtrees, which should generally be treated
as-if it was local.

Also fixes a warning caused by this change.
This commit is contained in:
Mark Rousskov 2021-09-19 10:36:17 -04:00
parent e857fabac1
commit 29e08971ce

View File

@ -8,7 +8,6 @@
#![feature(rustc_private)]
extern crate rustc_data_structures;
extern crate rustc_driver;
extern crate rustc_interface;
extern crate rustc_session;