1
Fork 0

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 440d9372a2
commit 5e1a614b53
4 changed files with 3 additions and 5 deletions

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;